diff --git a/cogl/cogl/cogl-types.h b/cogl/cogl/cogl-types.h index f5693a27f..fda46fe01 100644 --- a/cogl/cogl/cogl-types.h +++ b/cogl/cogl/cogl-types.h @@ -112,16 +112,12 @@ typedef struct _CoglTextureVertex CoglTextureVertex; /** * CoglFeatureFlags: - * @COGL_FEATURE_PBOS: PBO support * * Flags for the supported features. * * Since: 0.8 */ -typedef enum -{ - COGL_FEATURE_PBOS = (1 << 12), -} CoglFeatureFlags; +typedef int CoglFeatureFlags; /** * CoglBufferTarget: