all repos — fluxbox @ 08f299afc00a0072775a2d7db755cd62a53a49bf

custom fork of the fluxbox windowmanager

include netizen
fluxgen fluxgen
commit

08f299afc00a0072775a2d7db755cd62a53a49bf

parent

edeee08659c2590070f967998aaf8cffeaadd95a

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

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

@@ -22,7 +22,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: Screen.cc,v 1.80 2002/11/15 12:15:39 fluxgen Exp $ +// $Id: Screen.cc,v 1.81 2002/11/17 11:27:50 fluxgen Exp $ #include "Screen.hh"

@@ -38,6 +38,7 @@ #include "Workspacemenu.hh"

#include "Configmenu.hh" #include "Iconmenu.hh" #include "StringUtil.hh" +#include "Netizen.hh" //use GNU extensions #ifndef _GNU_SOURCE
M src/Window.ccsrc/Window.cc

@@ -22,7 +22,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: Window.cc,v 1.98 2002/11/12 22:04:16 fluxgen Exp $ +// $Id: Window.cc,v 1.99 2002/11/17 11:29:06 fluxgen Exp $ #include "Window.hh"

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

#include "Toolbar.hh" #include "Windowmenu.hh" #include "StringUtil.hh" +#include "Netizen.hh" #ifdef HAVE_CONFIG_H #include "config.h"