Rename _gdk_windowing_window_destroy to _gdk_quartz_window_destroy and add to the impl iface
This commit is contained in:
		
				
					committed by
					
						
						Alexander Larsson
					
				
			
			
				
	
			
			
			
						parent
						
							b20991af9b
						
					
				
				
					commit
					650223ca3b
				
			@ -983,8 +983,8 @@ _gdk_windowing_window_init (void)
 | 
			
		||||
  g_object_ref (drawable_impl->colormap);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
_gdk_windowing_window_destroy (GdkWindow *window,
 | 
			
		||||
static void
 | 
			
		||||
_gdk_quartz_window_destroy (GdkWindow *window,
 | 
			
		||||
                            gboolean   recursing,
 | 
			
		||||
                            gboolean   foreign_destroy)
 | 
			
		||||
{
 | 
			
		||||
@ -3075,4 +3075,5 @@ gdk_window_impl_iface_init (GdkWindowImplIface *iface)
 | 
			
		||||
  iface->merge_child_shapes = gdk_window_quartz_merge_child_shapes;
 | 
			
		||||
  iface->set_static_gravities = gdk_window_quartz_set_static_gravities;
 | 
			
		||||
  iface->get_offsets = gdk_window_quartz_get_offsets;
 | 
			
		||||
  iface->destroy = _gdk_quartz_window_destroy;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user