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
					Matthias Clasen
				
			
				
					committed by
					
						 Matthias Clasen
						Matthias Clasen
					
				
			
			
				
	
			
			
			 Matthias Clasen
						Matthias Clasen
					
				
			
						parent
						
							b4d4025e72
						
					
				
				
					commit
					764bf6bb7e
				
			| @ -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