diff --git a/src/compositor/mutter/plugins/default.c b/src/compositor/mutter/plugins/default.c index 36a7435a8..e5544a624 100644 --- a/src/compositor/mutter/plugins/default.c +++ b/src/compositor/mutter/plugins/default.c @@ -59,9 +59,8 @@ static gboolean reload (const char *params); /* - * First we create the header struct and initialize its static members. - * Any dynamically allocated data should be initialized in the - * init () function below. + * Create the plugin struct; function pointers initialized in + * g_module_check_init(). */ MUTTER_DECLARE_PLUGIN(); diff --git a/src/compositor/mutter/plugins/scratch.c b/src/compositor/mutter/plugins/scratch.c index 4ec6aca74..4a2fee667 100644 --- a/src/compositor/mutter/plugins/scratch.c +++ b/src/compositor/mutter/plugins/scratch.c @@ -73,9 +73,8 @@ static gboolean xevent_filter (XEvent *xev); static gboolean reload (const char *params); /* - * First we create the header struct and initialize its static members. - * Any dynamically allocated data should be initialized in the - * init () function below. + * Create the plugin struct; function pointers initialized in + * g_module_check_init(). */ MUTTER_DECLARE_PLUGIN ();