Follow change in cairo API to add Screen* to
2005-07-20 Keith Packard <keithp@keithp.com> * gdk/x11/gdkdrawable-x11.c: (gdk_x11_ref_cairo_surface): Follow change in cairo API to add Screen* to cairo_xlib_create_surface_for_bitmap
This commit is contained in:
		 Keith Packard
					Keith Packard
				
			
				
					committed by
					
						 Keith Packard
						Keith Packard
					
				
			
			
				
	
			
			
			 Keith Packard
						Keith Packard
					
				
			
						parent
						
							708cf95507
						
					
				
				
					commit
					9917173c41
				
			| @ -1485,6 +1485,7 @@ gdk_x11_ref_cairo_surface (GdkDrawable *drawable) | ||||
|       else if (gdk_drawable_get_depth (drawable) == 1) | ||||
| 	impl->cairo_surface = cairo_xlib_surface_create_for_bitmap (GDK_SCREEN_XDISPLAY (impl->screen), | ||||
| 								    impl->xid, | ||||
| 								    GDK_SCREEN_XSCREEN (impl->screen), | ||||
| 								    width, height); | ||||
|       else | ||||
| 	{ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user