]> Pileus Git - ~andy/gtk/blob - gdk/quartz/gdkquartzdisplaymanager.h
00a71ae5c2cbe1ce5b1771b4b92182920cdf4c6b
[~andy/gtk] / gdk / quartz / gdkquartzdisplaymanager.h
1 /* gdkquartzdisplaymanager.h
2  *
3  * Copyright (C) 2005-2007  Imendio AB
4  * Copyright 2010 Red Hat, Inc.
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the
18  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19  * Boston, MA 02111-1307, USA.
20  */
21
22 #if !defined(__GDKQUARTZ_H_INSIDE__) && !defined (GDK_COMPILATION)
23 #error "Only <gdk/gdkquartz.h> can be included directly."
24 #endif
25
26 #ifndef __GDK_QUARTZ_DISPLAY_MANAGER_H__
27 #define __GDK_QUARTZ_DISPLAY_MANAGER_H__
28
29 #include <gdk/gdk.h>
30
31 G_BEGIN_DECLS
32
33 #define GDK_TYPE_QUARTZ_DISPLAY_MANAGER    (gdk_quartz_display_manager_get_type ())
34 #define GDK_QUARTZ_DISPLAY_MANAGER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GDK_TYPE_QUARTZ_DISPLAY_MANAGER, GdkQuartzDisplayManager))
35
36 #ifdef GDK_COMPILATION
37 typedef struct _GdkQuartzDisplayManager GdkQuartzDisplayManager;
38 #else
39 typedef GdkDisplayManager _GdkQuartzDisplayManager;
40 #endif
41 typedef struct _GdkDisplayManagerClass GdkQuartzDisplayManagerClass;
42
43
44 GType gdk_quartz_display_manager_get_type (void);
45
46 G_END_DECLS
47
48 #endif /* __GDK_QUARTZ_DISPLAY_MANAGER_H__ */