Implement window property vfuncs for quartz

This commit is contained in:
Matthias Clasen
2010-12-21 21:29:50 -05:00
committed by Kristian Rietveld
parent 168b3c13b7
commit 547d674ce5
3 changed files with 42 additions and 19 deletions

View File

@ -3104,6 +3104,9 @@ gdk_root_window_impl_quartz_class_init (GdkRootWindowImplQuartzClass *klass)
impl_class->sync_rendering = _gdk_quartz_window_sync_rendering;
impl_class->simulate_key = _gdk_quartz_window_simulate_key;
impl_class->simulate_button = _gdk_quartz_window_simulate_button;
impl_class->get_property = _gdk_quartz_window_get_property;
impl_class->change_property = _gdk_quartz_window_change_property;
impl_class->delete_property = _gdk_quartz_window_delete_property;
}
static void