From 1d6e70a49d9de9c3b391e826fa4d120641c66b59 Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Mon, 27 Oct 2008 09:38:21 +0000 Subject: [PATCH] Fixed stale comment. --- src/compositor/mutter/plugins/default.c | 5 ++--- src/compositor/mutter/plugins/scratch.c | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) 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 ();