forked from AuroraMiddleware/gtk
Remove the accidentally added prototype for this unimplemented
2005-01-22 Matthias Clasen <mclasen@redhat.com> * gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full): Remove the accidentally added prototype for this unimplemented
This commit is contained in:
parent
dc0b488d70
commit
a7f083932d
@ -1,5 +1,9 @@
|
||||
2005-01-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
|
||||
Remove the accidentally added prototype for this unimplemented
|
||||
function. (#164893, Jeff Franks)
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
|
||||
drags. (#164884)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2005-01-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
|
||||
Remove the accidentally added prototype for this unimplemented
|
||||
function. (#164893, Jeff Franks)
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
|
||||
drags. (#164884)
|
||||
|
||||
|
@ -1,5 +1,9 @@
|
||||
2005-01-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkdisplay.h (gdk_display_add_client_message_filter_full):
|
||||
Remove the accidentally added prototype for this unimplemented
|
||||
function. (#164893, Jeff Franks)
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_leave_notify): Avoid spurious
|
||||
drags. (#164884)
|
||||
|
||||
|
@ -131,11 +131,6 @@ void gdk_display_add_client_message_filter (GdkDisplay *display,
|
||||
GdkAtom message_type,
|
||||
GdkFilterFunc func,
|
||||
gpointer data);
|
||||
void gdk_display_add_client_message_filter_full (GdkDisplay *display,
|
||||
GdkAtom message_type,
|
||||
GdkFilterFunc func,
|
||||
gpointer data,
|
||||
GDestroyNotify destroy);
|
||||
|
||||
void gdk_display_set_double_click_time (GdkDisplay *display,
|
||||
guint msec);
|
||||
|
Loading…
Reference in New Issue
Block a user