diff options
author | fluxgen <fluxgen> | 2006-06-18 21:23:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2006-06-18 21:23:24 (GMT) |
commit | 85f45be7271252d86d583411780a4b139ee1aa75 (patch) | |
tree | b6037c72a27dadea3b971a6886f98f364b11dff2 /src/Window.cc | |
parent | 7d5f6e382b7f06913c421db4357e13841e1a9632 (diff) | |
download | fluxbox-85f45be7271252d86d583411780a4b139ee1aa75.zip fluxbox-85f45be7271252d86d583411780a4b139ee1aa75.tar.bz2 |
added support for _NET_WM_WINDOW_TYPE_DIALOG and _NET_FRAME_EXTENTS
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc index 2311634..13167e7 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -3900,6 +3900,10 @@ void FluxboxWindow::sendConfigureNotify(bool send_to_netizens) { | |||
3900 | screen().updateNetizenConfigNotify(event); | 3900 | screen().updateNetizenConfigNotify(event); |
3901 | } | 3901 | } |
3902 | } // end for | 3902 | } // end for |
3903 | |||
3904 | if (send_to_netizens) { | ||
3905 | Fluxbox::instance()->updateFrameExtents(*this); | ||
3906 | } | ||
3903 | } | 3907 | } |
3904 | 3908 | ||
3905 | 3909 | ||