summaryrefslogtreecommitdiff
path: root/src/core/window-private.h
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2026-03-24 13:53:52 -0400
committerVictor Kareh <[email protected]>2026-03-24 13:53:52 -0400
commit1426be28971e8e05a082b5431f804b863a317a3e (patch)
tree882969ffc1bb72d51b250b6ea8136673785f6192 /src/core/window-private.h
parent4974ffb4b16bed4bd8e98fd52484cb2a2cfb095e (diff)
downloadmarco-double-tile-resize.tar.bz2
marco-double-tile-resize.tar.xz
window: Resize adjacent tiled windows when dragging shared edgedouble-tile-resize
When two windows are tiled side-by-side or in complementary quarter-tile positions, dragging the shared inside edge now resizes both windows simultaneously. Fixes #615
Diffstat (limited to 'src/core/window-private.h')
-rw-r--r--src/core/window-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/window-private.h b/src/core/window-private.h
index 8ce9a121..83d0d6ae 100644
--- a/src/core/window-private.h
+++ b/src/core/window-private.h
@@ -642,6 +642,8 @@ void meta_window_get_work_area_all_xineramas (MetaWindow *window,
void meta_window_get_current_tile_area (MetaWindow *window,
MetaRectangle *tile_area);
+MetaWindow* meta_window_find_tile_match (MetaWindow *window);
+
gboolean meta_window_same_application (MetaWindow *window,
MetaWindow *other_window);