aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-12 04:28:46 (GMT)
committerfluxgen <fluxgen>2003-05-12 04:28:46 (GMT)
commitfd9a18daa4f1f4a673c6bf92ad318c9d835f01f1 (patch)
tree2978fe82c86e9b77d0d21dc3bf7a1d66cd630725 /src/Screen.hh
parent1b652642fcd37c9d1a9885cbec10e892380eecab (diff)
downloadfluxbox-fd9a18daa4f1f4a673c6bf92ad318c9d835f01f1.zip
fluxbox-fd9a18daa4f1f4a673c6bf92ad318c9d835f01f1.tar.bz2
added updateSize so we can notify screen clients that the root window size changed
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 9f72f5b..53ad211 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.hh,v 1.93 2003/05/11 17:11:58 fluxgen Exp $ 25// $Id: Screen.hh,v 1.94 2003/05/12 04:28:46 fluxgen Exp $
26 26
27#ifndef SCREEN_HH 27#ifndef SCREEN_HH
28#define SCREEN_HH 28#define SCREEN_HH
@@ -290,6 +290,12 @@ public:
290 290
291 FluxboxWindow* useAutoGroupWindow(); 291 FluxboxWindow* useAutoGroupWindow();
292 292
293 /// updates root window size and resizes/reconfigures screen clients
294 /// that depends on screen size (toolbar, slit)
295 /// (and maximized windows?)
296 void updateSize();
297
298 // notify netizens
293 void updateNetizenCurrentWorkspace(); 299 void updateNetizenCurrentWorkspace();
294 void updateNetizenWorkspaceCount(); 300 void updateNetizenWorkspaceCount();
295 void updateNetizenWindowFocus(); 301 void updateNetizenWindowFocus();