Add win32 implementation for foreign window functions

This commit is contained in:
Matthias Clasen
2010-12-17 00:46:04 -05:00
parent 58529e69ec
commit 2650328ea8
2 changed files with 9 additions and 5 deletions

View File

@ -91,6 +91,10 @@ GdkPixbuf *gdk_win32_icon_to_pixbuf_libgtk_only (HICON hicon);
HICON gdk_win32_pixbuf_to_hicon_libgtk_only (GdkPixbuf *pixbuf);
void gdk_win32_set_modal_dialog_libgtk_only (HWND window);
GdkWindow * gdk_win32_window_foreign_new_for_display (GdkDisplay *display,
GdkNativeWindow anid);
GdkWindow * gdk_win32_window_lookup_for_display (GdkDisplay *display,
GdkNativeWindow anid);
G_END_DECLS