mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 18:11:05 -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.
|
* Create the plugin struct; function pointers initialized in
|
||||||
* Any dynamically allocated data should be initialized in the
|
* g_module_check_init().
|
||||||
* init () function below.
|
|
||||||
*/
|
*/
|
||||||
MUTTER_DECLARE_PLUGIN();
|
MUTTER_DECLARE_PLUGIN();
|
||||||
|
|
||||||
|
@ -73,9 +73,8 @@ static gboolean xevent_filter (XEvent *xev);
|
|||||||
static gboolean reload (const char *params);
|
static gboolean reload (const char *params);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* First we create the header struct and initialize its static members.
|
* Create the plugin struct; function pointers initialized in
|
||||||
* Any dynamically allocated data should be initialized in the
|
* g_module_check_init().
|
||||||
* init () function below.
|
|
||||||
*/
|
*/
|
||||||
MUTTER_DECLARE_PLUGIN ();
|
MUTTER_DECLARE_PLUGIN ();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user