diff options
Diffstat (limited to 'x11-wm/fluxbox/files/patch-src-fluxbox.hh')
-rw-r--r-- | x11-wm/fluxbox/files/patch-src-fluxbox.hh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/files/patch-src-fluxbox.hh b/x11-wm/fluxbox/files/patch-src-fluxbox.hh new file mode 100644 index 000000000000..ad39792bf22f --- /dev/null +++ b/x11-wm/fluxbox/files/patch-src-fluxbox.hh @@ -0,0 +1,12 @@ +diff -u -r src/fluxbox.hh.orig src/fluxbox.hh +--- src/fluxbox.hh.orig Sat Dec 7 09:15:26 2002 ++++ src/fluxbox.hh Mon Oct 27 23:34:49 2003 +@@ -184,7 +184,7 @@ + + #ifndef HAVE_STRFTIME + +- enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; ++ enum { B_AmericanDate = 1, B_EuropeanDate }; + #endif // HAVE_STRFTIME + + typedef std::vector<Fluxbox::Titlebar> TitlebarList; |