Add drag_end_event for future expansion, plus allow passing in NULL to the gdk filter stuff to get events without a window in our app

This commit is contained in:
Elliot Lee
1998-03-01 22:37:30 +00:00
parent b7056ea129
commit 3fb589b2ff
9 changed files with 128 additions and 48 deletions

View File

@ -47,4 +47,6 @@ GdkDndGlobals gdk_dnd = {None,None,None,
gchar *gdk_progname = NULL;
gchar *gdk_progclass = NULL;
gint gdk_error_code;
gint gdk_error_warnings = TRUE;
gboolean gdk_error_warnings = TRUE;
gboolean gdk_null_window_warnings = TRUE;
GList *default_filters = NULL;