summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-15 11:24:03 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-15 11:24:03 (GMT)
commite5c61a72799485d6751000a127163bd6390d44ba (patch)
tree06846dffe135e57f958dc69e9731e1f68fb56615 /src/Screen.hh
parent1dab657708cd8246c2ce5a6aaa05cc5733e09c54 (diff)
downloadfluxbox_lack-e5c61a72799485d6751000a127163bd6390d44ba.zip
fluxbox_lack-e5c61a72799485d6751000a127163bd6390d44ba.tar.bz2
move some frame size calculations to FbWinFrame
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index bfdfd69..2cd9ca9 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -390,7 +390,7 @@ public:
390 void showPosition(int x, int y); 390 void showPosition(int x, int y);
391 void hidePosition(); 391 void hidePosition();
392 /// show geomentry with "width x height"-text, not size of window 392 /// show geomentry with "width x height"-text, not size of window
393 void showGeometry(int width, int height); 393 void showGeometry(unsigned int width, unsigned int height);
394 void hideGeometry(); 394 void hideGeometry();
395 395
396 /// @param text the text to be displayed in the tooltip window 396 /// @param text the text to be displayed in the tooltip window