summaryrefslogtreecommitdiff
path: root/src/ui/menu.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-08-04 15:53:16 +0200
committerraveit65 <[email protected]>2020-08-04 16:39:25 +0200
commit37e4d38ca3a61eb843d80732a26f29668352433d (patch)
tree3ecc36df72fcaccc73a56c6713b47afd592d54d8 /src/ui/menu.h
parent85a22e754cd1f43e178e4a81c182643d4319bc5b (diff)
downloadmarco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.bz2
marco-37e4d38ca3a61eb843d80732a26f29668352433d.tar.xz
Remove multiple empty lines
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
Diffstat (limited to 'src/ui/menu.h')
-rw-r--r--src/ui/menu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ui/menu.h b/src/ui/menu.h
index 27f89dfe..7af4ad8e 100644
--- a/src/ui/menu.h
+++ b/src/ui/menu.h
@@ -31,8 +31,6 @@
#define MARCO_STOCK_MINIMIZE "go-down"
#define MARCO_STOCK_MAXIMIZE "view-fullscreen"
-
-
struct _MetaWindowMenu {
MetaFrames* frames;
Window client_xwindow;
@@ -47,5 +45,4 @@ MetaWindowMenu* meta_window_menu_new(MetaFrames* frames, MetaMenuOp ops, MetaMen
void meta_window_menu_popup(MetaWindowMenu* menu, int root_x, int root_y, int button, guint32 timestamp);
void meta_window_menu_free(MetaWindowMenu* menu);
-
#endif