diff options
-rw-r--r-- | src/fluxbox.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index e85bf00..a80c1bc 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.144 2003/05/13 11:43:44 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.145 2003/05/13 14:05:58 fluxgen Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -529,11 +529,8 @@ Fluxbox::Fluxbox(int argc, char **argv, const char *dpy_name, const char *rcfile | |||
529 | for (size_t atomh=0; atomh<m_atomhandler.size(); ++atomh) { | 529 | for (size_t atomh=0; atomh<m_atomhandler.size(); ++atomh) { |
530 | m_atomhandler[atomh]->initForScreen(*screen); | 530 | m_atomhandler[atomh]->initForScreen(*screen); |
531 | } | 531 | } |
532 | |||
533 | |||
534 | } | 532 | } |
535 | 533 | ||
536 | I18n *i18n = I18n::instance(); | ||
537 | if (m_screen_list.size() == 0) { | 534 | if (m_screen_list.size() == 0) { |
538 | //!! TODO: NLS | 535 | //!! TODO: NLS |
539 | throw string("Couldn't find screens to manage.\n" | 536 | throw string("Couldn't find screens to manage.\n" |
@@ -766,7 +763,6 @@ void Fluxbox::handleEvent(XEvent * const e) { | |||
766 | if (! win) { | 763 | if (! win) { |
767 | //!!! TODO | 764 | //!!! TODO |
768 | BScreen *scr = searchScreen(e->xmaprequest.parent); | 765 | BScreen *scr = searchScreen(e->xmaprequest.parent); |
769 | cerr<<"screen = "<<scr<<endl; | ||
770 | if (scr != 0) | 766 | if (scr != 0) |
771 | win = scr->createWindow(e->xmaprequest.window); | 767 | win = scr->createWindow(e->xmaprequest.window); |
772 | else | 768 | else |