Move bitfield in GdkWindowImplX11 to make struct more compact
This commit is contained in:
		 Alexander Larsson
					Alexander Larsson
				
			
				
					committed by
					
						 Alexander Larsson
						Alexander Larsson
					
				
			
			
				
	
			
			
			 Alexander Larsson
						Alexander Larsson
					
				
			
						parent
						
							a6e647863d
						
					
				
				
					commit
					1cc4712ea1
				
			| @ -58,11 +58,11 @@ struct _GdkWindowImplX11 | ||||
| { | ||||
|   GdkDrawableImplX11 parent_instance; | ||||
|  | ||||
|   guint no_bg : 1;	        /* Set when the window background is temporarily | ||||
| 				 * unset during resizing and scaling */ | ||||
|   GdkToplevelX11 *toplevel;	/* Toplevel-specific information */ | ||||
|   GdkCursor *cursor; | ||||
|   gint8 toplevel_window_type; | ||||
|   guint no_bg : 1;	        /* Set when the window background is temporarily | ||||
| 				 * unset during resizing and scaling */ | ||||
|   guint override_redirect : 1; | ||||
|   guint use_synchronized_configure : 1; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user