make this G_PRIORITY_DEFAULT.

Sat Jan  2 03:54:30 1999  Tim Janik  <timj@gtk.org>

        * gdk/gdk.h (GDK_PRIORITY_EVENTS): make this G_PRIORITY_DEFAULT.

        * gdk/gdkevents.c (gdk_events_init): add the source and the poll fd with
        a priority of GDK_PRIORITY_EVENTS.
This commit is contained in:
Tim Janik
1999-01-02 22:19:15 +00:00
committed by Tim Janik
parent d6890b721d
commit e573567b99
10 changed files with 52 additions and 3 deletions

View File

@ -29,7 +29,7 @@ extern "C" {
/* Initialization, exit and events
*/
#define GDK_PRIORITY_EVENTS (-10)
#define GDK_PRIORITY_EVENTS (G_PRIORITY_DEFAULT)
void gdk_init (gint *argc,
gchar ***argv);
void gdk_exit (gint error_code);