aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc6
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: {