all repos — fluxbox @ cfc6af5f7d43b561a4c357195b8a3d65b3430d81

custom fork of the fluxbox windowmanager

removed ifdef have_strftime
fluxgen fluxgen
commit

cfc6af5f7d43b561a4c357195b8a3d65b3430d81

parent

67f058496a98789562fa61ccc4e9c5b0b81abd90

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

jump to
M src/fluxbox.hhsrc/fluxbox.hh

@@ -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.hh,v 1.45 2003/03/22 13:31:04 fluxgen Exp $ +// $Id: fluxbox.hh,v 1.46 2003/04/07 13:56:20 fluxgen Exp $ #ifndef FLUXBOX_HH #define FLUXBOX_HH

@@ -182,10 +182,7 @@ inline const Cursor &getLowerLeftAngleCursor() const { return cursor.ll_angle; }

inline const Cursor &getLowerRightAngleCursor() const { return cursor.lr_angle; } -#ifndef HAVE_STRFTIME - enum { B_AMERICANDATE = 1, B_EUROPEANDATE }; -#endif // HAVE_STRFTIME typedef std::vector<Fluxbox::Titlebar> TitlebarList;