summaryrefslogtreecommitdiff
path: root/mate-panel/panel-struts.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-struts.h')
-rw-r--r--mate-panel/panel-struts.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/mate-panel/panel-struts.h b/mate-panel/panel-struts.h
index 01003ec2..6741e084 100644
--- a/mate-panel/panel-struts.h
+++ b/mate-panel/panel-struts.h
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2003 Sun Microsystems, Inc.
+ * Copyright (C) 2012-2021 MATE Developers
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -17,7 +18,7 @@
* 02110-1301, USA.
* Authors:
- * Mark McLoughlin <[email protected]>
+ * Mark McLoughlin <[email protected]>
*/
#ifndef __PANEL_STRUTS_H__
@@ -37,13 +38,12 @@ extern "C" {
#endif
gboolean panel_struts_register_strut (PanelToplevel *toplevel,
- GdkScreen *screen,
- int monitor,
- PanelOrientation orientation,
- int strut_size,
- int strut_start,
- int strut_end,
- gint scale);
+ GdkScreen *screen,
+ int monitor,
+ PanelOrientation orientation,
+ int strut_size,
+ int strut_start,
+ int strut_end);
void panel_struts_unregister_strut (PanelToplevel *toplevel);
@@ -51,10 +51,10 @@ void panel_struts_set_window_hint (PanelToplevel *toplevel);
void panel_struts_unset_window_hint (PanelToplevel *toplevel);
gboolean panel_struts_update_toplevel_geometry (PanelToplevel *toplevel,
- int *x,
- int *y,
- int *w,
- int *h);
+ int *x,
+ int *y,
+ int *w,
+ int *h);
#ifdef __cplusplus
}