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:
Matthias Clasen 2004-08-03 22:19:37 +00:00 committed by Matthias Clasen
parent b4d4025e72
commit 764bf6bb7e
6 changed files with 35 additions and 2 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -54,6 +54,7 @@
#include "gtkaccelmap.h"
#include "gtkbox.h"
#include "gtkclipboard.h"
#include "gtkdnd.h"
#include "gtkversion.h"
#include "gtkmain.h"

View File

@ -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);