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:
committed by
Matthias Clasen
parent
cdcbdeaf44
commit
cffa661b92
@@ -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 01:30:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize
|
||||
|
||||
@@ -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 01:30:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize
|
||||
|
||||
@@ -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 01:30:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize
|
||||
|
||||
@@ -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 01:30:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_relayout_item): Optimize
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user