summaryrefslogtreecommitdiff
path: root/mate-panel/panel-xutils.h
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-04-10 18:27:48 +0200
committerraveit65 <[email protected]>2021-04-23 16:10:29 +0200
commitabaeb4e9be26d9c448434a6bfdd2f87a381f8d50 (patch)
tree37f383c86f241bbb19d785c02ed2055248661ac7 /mate-panel/panel-xutils.h
parentd86a07a2897a6b1515ff417b49be5adf1ef3837d (diff)
downloadmate-panel-abaeb4e9be26d9c448434a6bfdd2f87a381f8d50.tar.bz2
mate-panel-abaeb4e9be26d9c448434a6bfdd2f87a381f8d50.tar.xz
panel-xutils: tab to spaces
- Use 4 spaces at the beginning of a line
Diffstat (limited to 'mate-panel/panel-xutils.h')
-rw-r--r--mate-panel/panel-xutils.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/mate-panel/panel-xutils.h b/mate-panel/panel-xutils.h
index 2d792aca..aebc77c4 100644
--- a/mate-panel/panel-xutils.h
+++ b/mate-panel/panel-xutils.h
@@ -19,7 +19,7 @@
* 02110-1301, USA.
*
* Authors:
- * Mark McLoughlin <[email protected]>
+ * Mark McLoughlin <[email protected]>
*/
#ifndef __PANEL_XUTILS_H__
@@ -44,14 +44,14 @@ extern "C" {
#endif
void panel_xutils_set_strut (GdkWindow *gdk_window,
- PanelOrientation orientation,
- guint32 strut,
- guint32 strut_start,
- guint32 strut_end);
+ PanelOrientation orientation,
+ guint32 strut,
+ guint32 strut_start,
+ guint32 strut_end);
void panel_warp_pointer (GdkWindow *gdk_window,
- int x,
- int y);
+ int x,
+ int y);
guint panel_get_real_modifier_mask (guint modifier_mask);