head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.8 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.6 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.4 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.2 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.2.0.40 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.38 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.36 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.34 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.32 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.30 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.28 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.26 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.24 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.22 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.20 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.18 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.16 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.14 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.12 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.2.0.10 pkgsrc-2005Q1-base:1.2 pkgsrc-2004Q4:1.2.0.8 pkgsrc-2004Q4-base:1.2 pkgsrc-2004Q3:1.2.0.6 pkgsrc-2004Q3-base:1.2 pkgsrc-2004Q2:1.2.0.4 pkgsrc-2004Q2-base:1.2 pkgsrc-2004Q1:1.2.0.2 pkgsrc-2004Q1-base:1.2 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.4 date 2009.12.15.12.42.04; author wiz; state dead; branches; next 1.3; 1.3 date 2008.11.24.21.35.16; author tnn; state Exp; branches; next 1.2; 1.2 date 2003.12.18.09.57.28; author wiz; state dead; branches; next 1.1; 1.1 date 2003.09.07.01.52.15; author jschauma; state Exp; branches; next ; desc @@ 1.4 log @Update to 3.4.8: 3.4.8: * Updated translations: Slovak. * Allow windows to change their decorations at any time (Fix for Google Chrome). * Make openbox-session to respect the $XDG_CONFIG_HOME environment variable. * Fixed bug #4344 where borders were given to windows that should not have them. * Merge the SessionLogout and Exit actions. They now test if connected to a session manager and ask it to exit if so, or simply kill Openbox if not. * Further tweaks to the _NET_ACTIVE_WINDOW message handling. Use the same logic for focus-stealing as is used when mapping a new window. * Don't go out of our way any more to prevent focus from moving while the keyboard is grabbed. * Fix openbox-gnome-session when using gnome-session > 2.22. @ text @$NetBSD: patch-ac,v 1.3 2008/11/24 21:35:16 tnn Exp $ --- openbox/actions/desktop.c.orig 2008-04-14 01:22:11.000000000 +0200 +++ openbox/actions/desktop.c @@@@ -21,7 +21,9 @@@@ typedef struct { gboolean wrap; ObDirection dir; } rel; - }; + } options_u; +#define abs options_u.abs +#define rel options_u.rel gboolean send; gboolean follow; } Options; @ 1.3 log @Fix build w/ Sun Studio, which doesn't allow anonymous unions in C. (Will submit upstream.) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @Update to 3.0 (really, only move contents of openbox3 dir here). @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2003/09/07 01:52:15 jschauma Exp $ d3 13 a15 10 --- src/Configuration.cc.orig 2003-09-06 21:32:27.000000000 -0400 +++ src/Configuration.cc 2003-09-06 21:32:50.000000000 -0400 @@@@ -34,6 +34,7 @@@@ #include "Util.hh" #include +#include using std::string; @ 1.1 log @Add '#include ' where needed to make this compile with gcc3. Patches provided in PR pkg/22699 by pino at dohd dot org @ text @d1 1 a1 1 $NetBSD: $ @