Prevent subclassing of gestures
For now, at least. We do this by hiding the instance and class structures in private headers.
This commit is contained in:
		 Matthias Clasen
					Matthias Clasen
				
			
				
					committed by
					
						 Carlos Garnacho
						Carlos Garnacho
					
				
			
			
				
	
			
			
			 Carlos Garnacho
						Carlos Garnacho
					
				
			
						parent
						
							93b7883372
						
					
				
				
					commit
					42df9eda2d
				
			| @ -31,7 +31,8 @@ | ||||
|  * gtk_gesture_drag_get_start_point(). | ||||
|  */ | ||||
| #include "config.h" | ||||
| #include <gtk/gtkgesturedrag.h> | ||||
| #include "gtkgesturedrag.h" | ||||
| #include "gtkgesturedragprivate.h" | ||||
|  | ||||
| typedef struct _GtkGestureDragPrivate GtkGestureDragPrivate; | ||||
| typedef struct _EventData EventData; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user