all repos — fluxbox @ da2fe66b59bbb0051a3a1c11190fd6e49cc75f23

custom fork of the fluxbox windowmanager

include generated defaults file
fluxgen fluxgen
commit

da2fe66b59bbb0051a3a1c11190fd6e49cc75f23

parent

e0a08e502ccd13d50ee5fe67a5d98afd06a44829

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

jump to
M src/I18n.ccsrc/I18n.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: I18n.cc,v 1.1 2003/06/12 14:24:26 fluxgen Exp $ +// $Id: I18n.cc,v 1.2 2003/06/30 20:37:57 fluxgen Exp $ //usr GNU extensions #ifndef _GNU_SOURCE

@@ -42,6 +42,9 @@ #include <locale.h>

#endif // HAVE_LOCALE_H #include <iostream> + +#include "defaults.hh" + using std::cerr; using std::endl; using std::string;
M src/fluxbox.ccsrc/fluxbox.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: fluxbox.cc,v 1.165 2003/06/30 15:05:26 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.166 2003/06/30 20:36:57 fluxgen Exp $ #include "fluxbox.hh"

@@ -40,6 +40,7 @@ #include "FbCommands.hh"

#include "WinClient.hh" #include "Keys.hh" #include "FbAtoms.hh" +#include "defaults.hh" //Use GNU extensions #ifndef _GNU_SOURCE