summaryrefslogtreecommitdiff
path: root/mate-panel/drawer-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/drawer-private.h')
-rw-r--r--mate-panel/drawer-private.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mate-panel/drawer-private.h b/mate-panel/drawer-private.h
index 67db7353..b8db81f8 100644
--- a/mate-panel/drawer-private.h
+++ b/mate-panel/drawer-private.h
@@ -1,5 +1,6 @@
/*
* MATE panel drawer module.
+ * Copyright (C) 2012-2021 MATE Developers
*
* List static function prototypes separate
* to prevent errors when compiling panel.c
@@ -7,7 +8,6 @@
* Authors: [email protected]
*/
-
#ifndef DRAWER_PRIVATE_H
#define DRAWER_PRIVATE_H
@@ -15,7 +15,6 @@
extern "C" {
#endif
-
/* Internal functions */
/* event handlers */
@@ -138,7 +137,6 @@ static void panel_drawer_prepare (const char *drawer_id,
const char *tooltip,
char **attached_toplevel_id);
-
#ifdef __cplusplus
}
#endif