This commit is contained in:
Cody Russell
2009-02-24 15:52:32 +00:00
committed by Alexander Larsson
parent 08961c4def
commit 49a0ec6e95
10 changed files with 137 additions and 63 deletions

View File

@ -115,6 +115,8 @@
//#define GDK_WINDOW_SCREEN(win) (_gdk_screen)
GdkScreen *GDK_WINDOW_SCREEN(GObject *win);
#define GDK_WINDOW_IS_WIN32(win) (GDK_IS_WINDOW_IMPL_WIN32 (((GdkWindowObject *)win)->impl))
typedef struct _GdkColormapPrivateWin32 GdkColormapPrivateWin32;
typedef struct _GdkCursorPrivate GdkCursorPrivate;
typedef struct _GdkWin32SingleFont GdkWin32SingleFont;