diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index a8f02c2..154dd11 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1841,8 +1841,8 @@ void BScreen::hidePosition() { | |||
1841 | } | 1841 | } |
1842 | } | 1842 | } |
1843 | 1843 | ||
1844 | 1844 | // can be negative when base_width/height > min_width/height | |
1845 | void BScreen::showGeometry(unsigned int gx, unsigned int gy) { | 1845 | void BScreen::showGeometry(int gx, int gy) { |
1846 | if (!doShowWindowPos()) | 1846 | if (!doShowWindowPos()) |
1847 | return; | 1847 | return; |
1848 | 1848 | ||