Add missing _cogl_winsys_has_feature prototype
This adds a private prototype for _cogl_winsys_has_feature in cogl-winsys-private.h to avoid compilation warnings.
This commit is contained in:
parent
89fd655a9e
commit
06c64adb57
@ -144,4 +144,7 @@ typedef struct _CoglWinsysVtable
|
|||||||
|
|
||||||
} CoglWinsysVtable;
|
} CoglWinsysVtable;
|
||||||
|
|
||||||
|
gboolean
|
||||||
|
_cogl_winsys_has_feature (CoglWinsysFeature feature);
|
||||||
|
|
||||||
#endif /* __COGL_WINSYS_PRIVATE_H */
|
#endif /* __COGL_WINSYS_PRIVATE_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user