all repos — fluxbox @ d2dcfe4139df8abf2eef26f972e4001e727895f7

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

d2dcfe4139df8abf2eef26f972e4001e727895f7

parent

8002a73374e16f2878e4b2d366768f4cadd89ebd

2 files changed, 4 insertions(+), 1 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.35 2003/12/18 18:03:21 fluxgen Exp $ +// $Id: Ewmh.cc,v 1.36 2003/12/19 00:36:53 fluxgen Exp $ #include "Ewmh.hh"

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

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

@@ -27,6 +27,8 @@

#include "Screen.hh" #include "FbAtoms.hh" +#include "FbTk/App.hh" + Netizen::Netizen(const BScreen &scr, Window win): m_screen(scr), m_display(FbTk::App::instance()->display()),