OSDN Git Service

2008-11-10 Andrew Haley <aph@redhat.com>
[pf3gnuchains/gcc-fork.git] / libjava / classpath / native / jni / gtk-peer / gdkdisplay.h
1 #ifndef __GDKDISPLAY_H__
2 #define __GDKDISPLAY_H__
3
4 /* gdkdisplay.h -- Some global stuff related to displays & screens 
5    Copyright (C) 2006 Free Software Foundation, Inc.
6    
7    This file is part of GNU Classpath.
8    
9    GNU Classpath is free software; you can redistribute it and/or modify
10    it under the terms of the GNU General Public License as published by
11    the Free Software Foundation; either version 2, or (at your option)
12    any later version.
13    
14    GNU Classpath is distributed in the hope that it will be useful, but
15    WITHOUT ANY WARRANTY; without even the implied warranty of
16    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17    General Public License for more details.
18    
19    You should have received a copy of the GNU General Public License
20    along with GNU Classpath; see the file COPYING.  If not, write to the
21    Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22    02110-1301 USA.
23    
24    Linking this library statically or dynamically with other modules is
25    making a combined work based on this library.  Thus, the terms and
26    conditions of the GNU General Public License cover the whole
27    combination.
28    
29    As a special exception, the copyright holders of this library give you
30    permission to link this library with independent modules to produce an
31    executable, regardless of the license terms of these independent
32    modules, and to copy and distribute the resulting executable under
33    terms of your choice, provided that you also meet, for each linked
34    independent module, the terms and conditions of the license of that
35    module.  An independent module is a module which is not derived from
36    or based on this library.  If you modify this library, you may extend
37    this exception to your version of the library, but you are not
38    obligated to do so.  If you do not wish to do so, delete this
39    exception statement from your version. */
40
41 #include "gtkpeer.h"
42
43 #endif /* __GDKDISPLAY_H__ */