1997-11-24 22:37:52 +00:00
|
|
|
/* GDK - The GIMP Drawing Kit
|
|
|
|
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
2000-07-26 11:33:08 +00:00
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
1997-11-24 22:37:52 +00:00
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2000-07-26 11:33:08 +00:00
|
|
|
* Lesser General Public License for more details.
|
1997-11-24 22:37:52 +00:00
|
|
|
*
|
2000-07-26 11:33:08 +00:00
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
2012-02-27 13:01:10 +00:00
|
|
|
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
1997-11-24 22:37:52 +00:00
|
|
|
*/
|
1999-02-24 07:37:18 +00:00
|
|
|
|
|
|
|
/*
|
2000-07-26 11:33:08 +00:00
|
|
|
* Modified by the GTK+ Team and others 1997-2000. See the AUTHORS
|
1999-02-24 07:37:18 +00:00
|
|
|
* file for a list of people on the GTK+ Team. See the ChangeLog
|
|
|
|
* files for a list of changes. These files are distributed with
|
2010-12-25 05:02:39 +00:00
|
|
|
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
|
1999-02-24 07:37:18 +00:00
|
|
|
*/
|
|
|
|
|
1997-11-24 22:37:52 +00:00
|
|
|
#ifndef __GDK_X_H__
|
|
|
|
#define __GDK_X_H__
|
|
|
|
|
2010-11-30 21:55:44 +00:00
|
|
|
#include <gdk/gdk.h>
|
|
|
|
|
2000-03-28 01:24:44 +00:00
|
|
|
#include <X11/Xlib.h>
|
|
|
|
#include <X11/Xutil.h>
|
|
|
|
|
2010-12-20 14:22:50 +00:00
|
|
|
#define __GDKX_H_INSIDE__
|
|
|
|
|
2010-12-21 07:32:15 +00:00
|
|
|
#include <gdk/x11/gdkx11applaunchcontext.h>
|
2010-12-20 14:25:50 +00:00
|
|
|
#include <gdk/x11/gdkx11cursor.h>
|
2011-07-14 15:43:59 +00:00
|
|
|
#include <gdk/x11/gdkx11device.h>
|
2010-12-21 04:59:07 +00:00
|
|
|
#include <gdk/x11/gdkx11device-core.h>
|
2010-12-21 06:32:01 +00:00
|
|
|
#include <gdk/x11/gdkx11device-xi2.h>
|
2011-07-14 15:49:44 +00:00
|
|
|
#include <gdk/x11/gdkx11devicemanager.h>
|
2010-12-21 04:59:07 +00:00
|
|
|
#include <gdk/x11/gdkx11devicemanager-core.h>
|
2010-12-21 06:32:01 +00:00
|
|
|
#include <gdk/x11/gdkx11devicemanager-xi2.h>
|
2010-12-20 14:42:37 +00:00
|
|
|
#include <gdk/x11/gdkx11display.h>
|
2010-12-21 04:14:47 +00:00
|
|
|
#include <gdk/x11/gdkx11displaymanager.h>
|
2010-12-21 07:23:30 +00:00
|
|
|
#include <gdk/x11/gdkx11dnd.h>
|
2010-12-21 04:32:48 +00:00
|
|
|
#include <gdk/x11/gdkx11keys.h>
|
2010-12-20 14:52:49 +00:00
|
|
|
#include <gdk/x11/gdkx11property.h>
|
2010-12-20 14:35:05 +00:00
|
|
|
#include <gdk/x11/gdkx11screen.h>
|
2010-12-20 14:49:17 +00:00
|
|
|
#include <gdk/x11/gdkx11selection.h>
|
2010-12-20 14:55:16 +00:00
|
|
|
#include <gdk/x11/gdkx11utils.h>
|
2010-12-20 14:29:17 +00:00
|
|
|
#include <gdk/x11/gdkx11visual.h>
|
2010-12-20 14:22:50 +00:00
|
|
|
#include <gdk/x11/gdkx11window.h>
|
|
|
|
|
|
|
|
#undef __GDKX_H_INSIDE__
|
|
|
|
|
1997-11-24 22:37:52 +00:00
|
|
|
#endif /* __GDK_X_H__ */
|