mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
Only undef gtk_init_check and gtk_init on win32.
Mon Aug 9 11:49:46 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
This commit is contained in:
parent
b94a8883ac
commit
23e35417ad
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 11:49:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
|
||||
|
||||
Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 11:49:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
|
||||
|
||||
Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 11:49:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
|
||||
|
||||
Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
|
||||
|
@ -1,3 +1,7 @@
|
||||
Mon Aug 9 11:49:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkmain.c: Only undef gtk_init_check and gtk_init on win32.
|
||||
|
||||
Mon Aug 9 10:50:05 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkentry.h: Add gtk_entry_layout_index_to_text_index()
|
||||
|
@ -609,7 +609,9 @@ gtk_disable_setlocale (void)
|
||||
do_setlocale = FALSE;
|
||||
}
|
||||
|
||||
#ifdef G_PLATFORM_WIN32
|
||||
#undef gtk_init_check
|
||||
#endif
|
||||
|
||||
static void
|
||||
default_display_notify_cb (GdkDisplayManager *display_manager)
|
||||
@ -891,7 +893,9 @@ gtk_parse_args (int *argc,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#ifdef G_PLATFORM_WIN32
|
||||
#undef gtk_init_check
|
||||
#endif
|
||||
|
||||
/**
|
||||
* gtk_init_check:
|
||||
@ -920,7 +924,9 @@ gtk_init_check (int *argc,
|
||||
return gdk_display_open_default_libgtk_only () != NULL;
|
||||
}
|
||||
|
||||
#ifdef G_PLATFORM_WIN32
|
||||
#undef gtk_init
|
||||
#endif
|
||||
|
||||
/**
|
||||
* gtk_init:
|
||||
|
Loading…
Reference in New Issue
Block a user