diff options
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 838a313..271539d 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -1820,8 +1820,7 @@ void BScreen::hidePosition() { | |||
1820 | m_pos_window->hide(); | 1820 | m_pos_window->hide(); |
1821 | } | 1821 | } |
1822 | 1822 | ||
1823 | // can be negative when base_width/height > min_width/height | 1823 | void BScreen::showGeometry(unsigned int gx, unsigned int gy) { |
1824 | void BScreen::showGeometry(int gx, int gy) { | ||
1825 | if (!doShowWindowPos()) | 1824 | if (!doShowWindowPos()) |
1826 | return; | 1825 | return; |
1827 | 1826 | ||