summaryrefslogtreecommitdiff
path: root/mate-panel/panel-widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-widget.h')
-rw-r--r--mate-panel/panel-widget.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mate-panel/panel-widget.h b/mate-panel/panel-widget.h
index e84cc6c2..e5dc3da8 100644
--- a/mate-panel/panel-widget.h
+++ b/mate-panel/panel-widget.h
@@ -1,5 +1,6 @@
/* Mate panel: panel widget
* (C) 1997-1998 the Free Software Foundation
+ * Copyright (C) 2012-2021 MATE Developers
*
* Authors: George Lebl
*/
@@ -10,7 +11,6 @@
#ifndef PANEL_WIDGET_H
#define PANEL_WIDGET_H
-
#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "button-widget.h"
@@ -191,7 +191,6 @@ void panel_widget_draw_all (PanelWidget *panel,
void panel_widget_draw_icon (PanelWidget *panel,
ButtonWidget *applet);
-
/*tells us if an applet is "stuck" on the right side*/
int panel_widget_is_applet_stuck (PanelWidget *panel,
GtkWidget *applet);