From f9ad0c61b23774a2b70f9cf63463de46aec19225 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 14 Apr 2011 23:48:49 +0800 Subject: [PATCH] Add gdk_win32_window_get_type into gdk.symbols This symbol needs to be exported for GDK (Win32) so that the runtime checks for Win32 backend usage can be done on MSVC-compiled versions of GTK+ too. I did not add the corresponding symbols for the other backend though-they are probably exported automatically by GCC AFAIK. This is done to make commit 9db4accf9c30e29979e3e012f0a8b3ef624bb690 work on MSVC --- gdk/gdk.symbols | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 9581e7ddd5..b94e3db9a1 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -347,6 +347,7 @@ gdk_win32_selection_add_targets gdk_win32_set_modal_dialog_libgtk_only gdk_win32_window_is_win32 gdk_win32_window_get_handle +gdk_win32_window_get_type gdk_win32_display_get_type gdk_win32_window_foreign_new_for_display gdk_win32_window_lookup_for_display