mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
stage: Fix function definition
This commit is contained in:
parent
cffd2a658b
commit
8d7ae52565
@ -47,7 +47,7 @@ typedef struct _MetaStagePrivate MetaStagePrivate;
|
||||
G_DEFINE_TYPE_WITH_PRIVATE (MetaStage, meta_stage, CLUTTER_TYPE_STAGE);
|
||||
|
||||
static MetaOverlay *
|
||||
meta_overlay_new ()
|
||||
meta_overlay_new (void)
|
||||
{
|
||||
MetaOverlay *overlay;
|
||||
CoglContext *ctx = clutter_backend_get_cogl_context (clutter_get_default_backend ());
|
||||
|
Loading…
Reference in New Issue
Block a user