forked from AuroraMiddleware/gtk
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
9db4accf9c
work on MSVC
This commit is contained in:
parent
8632ec43eb
commit
f9ad0c61b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user