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:
Robert Bragg 2011-05-03 21:00:00 +01:00
parent 89fd655a9e
commit 06c64adb57

View File

@ -144,4 +144,7 @@ typedef struct _CoglWinsysVtable
} CoglWinsysVtable;
gboolean
_cogl_winsys_has_feature (CoglWinsysFeature feature);
#endif /* __COGL_WINSYS_PRIVATE_H */