cogl: Mark helper as static

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4100>
This commit is contained in:
Bilal Elmoussaoui 2024-10-20 12:34:05 +02:00 committed by Marge Bot
parent 09198db2e6
commit 7d5f1b5898
2 changed files with 1 additions and 8 deletions

View File

@ -109,7 +109,7 @@ _cogl_clip_stack_entry_set_bounds (CoglClipStack *entry,
/* Transform a homogeneous vertex position from model space to Cogl
* window coordinates (with 0,0 being top left) */
void
static void
_cogl_transform_point (const graphene_matrix_t *matrix_mv,
const graphene_matrix_t *matrix_p,
const float *viewport,

View File

@ -73,13 +73,6 @@ typedef enum
COGL_N_PRIVATE_FEATURES
} 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
_cogl_check_extension (const char *name, char * const *ext);