mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +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
dcd23dc220
commit
14b6c0459f
@ -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…
Reference in New Issue
Block a user