mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
Fixed stale comment.
This commit is contained in:
parent
310970a91b
commit
1d6e70a49d
@ -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();
|
||||
|
||||
|
@ -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 ();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user