cogl: Mark helper as static
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4100>
This commit is contained in:
parent
09198db2e6
commit
7d5f1b5898
@ -109,7 +109,7 @@ _cogl_clip_stack_entry_set_bounds (CoglClipStack *entry,
|
|||||||
|
|
||||||
/* Transform a homogeneous vertex position from model space to Cogl
|
/* Transform a homogeneous vertex position from model space to Cogl
|
||||||
* window coordinates (with 0,0 being top left) */
|
* window coordinates (with 0,0 being top left) */
|
||||||
void
|
static void
|
||||||
_cogl_transform_point (const graphene_matrix_t *matrix_mv,
|
_cogl_transform_point (const graphene_matrix_t *matrix_mv,
|
||||||
const graphene_matrix_t *matrix_p,
|
const graphene_matrix_t *matrix_p,
|
||||||
const float *viewport,
|
const float *viewport,
|
||||||
|
@ -73,13 +73,6 @@ typedef enum
|
|||||||
COGL_N_PRIVATE_FEATURES
|
COGL_N_PRIVATE_FEATURES
|
||||||
} CoglPrivateFeature;
|
} CoglPrivateFeature;
|
||||||
|
|
||||||
void
|
|
||||||
_cogl_transform_point (const graphene_matrix_t *matrix_mv,
|
|
||||||
const graphene_matrix_t *matrix_p,
|
|
||||||
const float *viewport,
|
|
||||||
float *x,
|
|
||||||
float *y);
|
|
||||||
|
|
||||||
gboolean
|
gboolean
|
||||||
_cogl_check_extension (const char *name, char * const *ext);
|
_cogl_check_extension (const char *name, char * const *ext);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user