summaryrefslogtreecommitdiff
path: root/src/core/window-private.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/core/window-private.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/core/window-private.h')
-rw-r--r--src/core/window-private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index ca631966..e641e42a 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -512,7 +512,6 @@ void meta_window_resize_with_gravity (MetaWindow *window,
int h,
int gravity);
-
/* Return whether the window would be showing if we were on its workspace */
gboolean meta_window_showing_on_its_workspace (MetaWindow *window);
@@ -582,7 +581,6 @@ void meta_window_send_icccm_message (MetaWindow *window,
Atom atom,
guint32 timestamp);
-
void meta_window_move_resize_request(MetaWindow *window,
guint value_mask,
int gravity,
@@ -663,7 +661,6 @@ void meta_window_foreach_ancestor (MetaWindow *window,
void *data);
MetaWindow* meta_window_find_root_ancestor (MetaWindow *window);
-
void meta_window_begin_grab_op (MetaWindow *window,
MetaGrabOp op,
gboolean frame_action,