diff options
author | fluxgen <fluxgen> | 2003-05-10 13:21:36 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-05-10 13:21:36 (GMT) |
commit | d927e1b85a428282cfa6c3eb5170f9d493026b9c (patch) | |
tree | e216c34b4917766f5120d9af2a7a2c0a06fac1c9 /src | |
parent | c6c3b37365db32033a949ffb6a870324959625c3 (diff) | |
download | fluxbox-d927e1b85a428282cfa6c3eb5170f9d493026b9c.zip fluxbox-d927e1b85a428282cfa6c3eb5170f9d493026b9c.tar.bz2 |
we don't use fluxbox here
Diffstat (limited to 'src')
-rw-r--r-- | src/Ewmh.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Ewmh.cc b/src/Ewmh.cc index 47a74c3..2349d8a 100644 --- a/src/Ewmh.cc +++ b/src/Ewmh.cc | |||
@@ -19,13 +19,12 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: Ewmh.cc,v 1.19 2003/05/04 23:38:06 rathnor Exp $ | 22 | // $Id: Ewmh.cc,v 1.20 2003/05/10 13:21:36 fluxgen Exp $ |
23 | 23 | ||
24 | #include "Ewmh.hh" | 24 | #include "Ewmh.hh" |
25 | 25 | ||
26 | #include "Screen.hh" | 26 | #include "Screen.hh" |
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | #include "fluxbox.hh" | ||
29 | #include "WinClient.hh" | 28 | #include "WinClient.hh" |
30 | #include "Workspace.hh" | 29 | #include "Workspace.hh" |
31 | 30 | ||