diff options
Diffstat (limited to 'src/layout/tile.rs')
| -rw-r--r-- | src/layout/tile.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/tile.rs b/src/layout/tile.rs index 2e8dcd90..56af4fa4 100644 --- a/src/layout/tile.rs +++ b/src/layout/tile.rs @@ -91,7 +91,7 @@ impl<W: LayoutElement> Tile<W> { } /// Returns the location of the window's visual geometry within this Tile. - fn window_loc(&self) -> Point<i32, Logical> { + pub fn window_loc(&self) -> Point<i32, Logical> { let mut loc = Point::from((0, 0)); // In fullscreen, center the window in the given size. |
