diff options
author | rathnor <rathnor> | 2003-04-16 14:43:06 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-16 14:43:06 (GMT) |
commit | b3921bc4e6807ba759fe1b55b9da1f4885f88a1c (patch) | |
tree | 4c8b60de334dc67f80d0e71f13f675bed42f265e /src/fluxbox.cc | |
parent | 0750c1966badd4c1aaade6127a3d78e0375cf410 (diff) | |
download | fluxbox-b3921bc4e6807ba759fe1b55b9da1f4885f88a1c.zip fluxbox-b3921bc4e6807ba759fe1b55b9da1f4885f88a1c.tar.bz2 |
fix workspace warping and netizen updates for warping (Simon)
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 7e9c1da..b01e420 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -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: fluxbox.cc,v 1.112 2003/04/16 10:49:59 rathnor Exp $ | 25 | // $Id: fluxbox.cc,v 1.113 2003/04/16 14:43:06 rathnor Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -685,9 +685,9 @@ void Fluxbox::handleEvent(XEvent * const e) { | |||
685 | cerr<<"Fluxbox Warning! Could not find screen to map window on!"<<endl; | 685 | cerr<<"Fluxbox Warning! Could not find screen to map window on!"<<endl; |
686 | } | 686 | } |
687 | // handled in FluxboxWindow::handleEvent | 687 | // handled in FluxboxWindow::handleEvent |
688 | if (win) | 688 | |
689 | if (win) | ||
689 | win->mapRequestEvent(e->xmaprequest); | 690 | win->mapRequestEvent(e->xmaprequest); |
690 | |||
691 | } | 691 | } |
692 | break; | 692 | break; |
693 | case MapNotify: { | 693 | case MapNotify: { |