win32: Avoid type warning for offscreen windows in xp theme

See bug #598299
This commit is contained in:
Martin Schlemmer
2010-06-14 20:47:57 +02:00
committed by Alexander Larsson
parent 6c71da01cc
commit 213994b565
4 changed files with 12 additions and 1 deletions

View File

@ -73,6 +73,9 @@ G_BEGIN_DECLS
#endif
/* Return true if the GdkWindow is a win32 implemented window */
gboolean gdk_win32_window_is_win32 (GdkWindow *window);
/* Return the Gdk* for a particular HANDLE */
gpointer gdk_win32_handle_table_lookup (GdkNativeWindow handle);