mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Fix #149191, reported by Morten Welinder:
Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de> Fix #149191, reported by Morten Welinder: * gtk/gtkmain.c: Include gtkclipboard.h, * gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not _gtk_widget_emit_grab_notify.
This commit is contained in:
parent
b4d4025e72
commit
764bf6bb7e
@ -1,3 +1,11 @@
|
||||
Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Fix #149191, reported by Morten Welinder:
|
||||
|
||||
* gtk/gtkmain.c: Include gtkclipboard.h,
|
||||
* gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
|
||||
_gtk_widget_emit_grab_notify.
|
||||
|
||||
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (add_size): Add missing parens.
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Fix #149191, reported by Morten Welinder:
|
||||
|
||||
* gtk/gtkmain.c: Include gtkclipboard.h,
|
||||
* gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
|
||||
_gtk_widget_emit_grab_notify.
|
||||
|
||||
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (add_size): Add missing parens.
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Fix #149191, reported by Morten Welinder:
|
||||
|
||||
* gtk/gtkmain.c: Include gtkclipboard.h,
|
||||
* gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
|
||||
_gtk_widget_emit_grab_notify.
|
||||
|
||||
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (add_size): Add missing parens.
|
||||
|
@ -1,3 +1,11 @@
|
||||
Tue Aug 3 18:16:55 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
Fix #149191, reported by Morten Welinder:
|
||||
|
||||
* gtk/gtkmain.c: Include gtkclipboard.h,
|
||||
* gtk/gtkwidget.h: Declare _gtk_widget_grab_notify, not
|
||||
_gtk_widget_emit_grab_notify.
|
||||
|
||||
Tue Aug 3 14:50:14 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkicontheme.c (add_size): Add missing parens.
|
||||
|
@ -54,6 +54,7 @@
|
||||
|
||||
#include "gtkaccelmap.h"
|
||||
#include "gtkbox.h"
|
||||
#include "gtkclipboard.h"
|
||||
#include "gtkdnd.h"
|
||||
#include "gtkversion.h"
|
||||
#include "gtkmain.h"
|
||||
|
@ -775,8 +775,8 @@ void gtk_requisition_free (GtkRequisition *requisition);
|
||||
# define gtk_widget_unref gtk_object_unref
|
||||
#endif /* GTK_TRACE_OBJECTS && __GNUC__ */
|
||||
|
||||
void _gtk_widget_emit_grab_notify (GtkWidget *widget,
|
||||
gboolean was_grabbed);
|
||||
void _gtk_widget_grab_notify (GtkWidget *widget,
|
||||
gboolean was_grabbed);
|
||||
|
||||
GtkWidgetAuxInfo *_gtk_widget_get_aux_info (GtkWidget *widget,
|
||||
gboolean create);
|
||||
|
Loading…
Reference in New Issue
Block a user