mir: gdk_mir_window_impl_set_surface_type

This commit is contained in:
William Hua 2015-05-21 09:41:42 -05:00
parent e1c958e70d
commit f1c11740c1

View File

@ -99,6 +99,12 @@ _gdk_mir_window_impl_set_surface_state (GdkMirWindowImpl *impl, MirSurfaceState
impl->surface_state = state;
}
void
_gdk_mir_window_impl_set_surface_type (GdkMirWindowImpl *impl,
MirSurfaceType type)
{
}
void
_gdk_mir_window_impl_set_cursor_state (GdkMirWindowImpl *impl,
gdouble x,