mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
cogl-winsys-stub: Remove _cogl_winsys_has_feature
Commit b061f737 moved _cogl_winsys_has_feature to the common winsys code so there's no need to define it in the stub winsys any more. This was breaking builds for backends using the stub winsys.
This commit is contained in:
parent
66f22cfd60
commit
b5279ed027
@ -78,13 +78,6 @@ _cogl_winsys_xlib_get_visual_info (void)
|
||||
}
|
||||
#endif
|
||||
|
||||
gboolean
|
||||
_cogl_winsys_has_feature (CoglWinsysFeature feature)
|
||||
{
|
||||
g_assert (0);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#ifdef COGL_HAS_X11_SUPPORT
|
||||
guint32
|
||||
_cogl_winsys_onscreen_x11_get_window_xid (CoglOnscreen *onscreen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user