all repos — fluxbox @ 8bbc39b8d078cbf3e62a724f67228c4e865e171c

custom fork of the fluxbox windowmanager

fixed include
fluxgen fluxgen
commit

8bbc39b8d078cbf3e62a724f67228c4e865e171c

parent

538f6406a230a5ae41628459841a95be5dc70715

2 files changed, 4 insertions(+), 2 deletions(-)

jump to
M src/Ewmh.ccsrc/Ewmh.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Ewmh.cc,v 1.17 2003/04/15 12:22:06 fluxgen Exp $ +// $Id: Ewmh.cc,v 1.18 2003/04/25 11:14:11 fluxgen Exp $ #include "Ewmh.hh"

@@ -27,6 +27,7 @@ #include "Screen.hh"

#include "Window.hh" #include "fluxbox.hh" #include "WinClient.hh" +#include "Workspace.hh" #include <iostream> #include <algorithm>
M src/Gnome.ccsrc/Gnome.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Gnome.cc,v 1.17 2003/04/15 12:22:52 fluxgen Exp $ +// $Id: Gnome.cc,v 1.18 2003/04/25 11:15:01 fluxgen Exp $ #include "Gnome.hh"

@@ -27,6 +27,7 @@ #include "fluxbox.hh"

#include "Window.hh" #include "Screen.hh" #include "WinClient.hh" +#include "Workspace.hh" #include <iostream> #include <new>