< prev index next >

src/java.desktop/unix/native/libawt_xawt/awt/awt_Robot.c

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1999, 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1999, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 48,58 **** #include "multiVis.h" #include "gtk_interface.h" #include "java_awt_event_InputEvent.h" ! #if defined(__linux__) || defined(MACOSX) #include <sys/socket.h> #endif static Bool (*compositeQueryExtension) (Display*, int*, int*); static Status (*compositeQueryVersion) (Display*, int*, int*); --- 48,58 ---- #include "multiVis.h" #include "gtk_interface.h" #include "java_awt_event_InputEvent.h" ! #if defined(__linux__) #include <sys/socket.h> #endif static Bool (*compositeQueryExtension) (Display*, int*, int*); static Status (*compositeQueryVersion) (Display*, int*, int*);
< prev index next >