diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fluxbox.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 8d988e2..34752a3 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.58 2002/05/17 11:16:26 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.59 2002/05/24 13:25:25 fluxgen Exp $ |
26 | 26 | ||
27 | //Use GNU extensions | 27 | //Use GNU extensions |
28 | #ifndef _GNU_SOURCE | 28 | #ifndef _GNU_SOURCE |
@@ -118,7 +118,6 @@ | |||
118 | 118 | ||
119 | #include <iostream> | 119 | #include <iostream> |
120 | #include <string> | 120 | #include <string> |
121 | #include <sstream> | ||
122 | #include <memory> | 121 | #include <memory> |
123 | 122 | ||
124 | using namespace std; | 123 | using namespace std; |
@@ -2421,7 +2420,6 @@ void Fluxbox::timeout(void) { | |||
2421 | 2420 | ||
2422 | 2421 | ||
2423 | void Fluxbox::setFocusedWindow(FluxboxWindow *win) { | 2422 | void Fluxbox::setFocusedWindow(FluxboxWindow *win) { |
2424 | |||
2425 | BScreen *old_screen = 0, *screen = 0; | 2423 | BScreen *old_screen = 0, *screen = 0; |
2426 | FluxboxWindow *old_win = 0; | 2424 | FluxboxWindow *old_win = 0; |
2427 | Toolbar *old_tbar = 0, *tbar = 0; | 2425 | Toolbar *old_tbar = 0, *tbar = 0; |