mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-11 11:15:55 +01:00
- made deiconification not automatically focus window in sloppy focus
- fixed crash with DisableMiniwindows and icon pixmap changes - fixed crash when changing icon of window without WM_CLASS - added IAmAnnoyingAndDontWantWorkspaceNameDisplay - added hysteresys for offscreen menu scrollback - fixed bug with IgnoreFocusClick - fixed crash with windows with width == 1 (Alban Hertroys <dalroi@wit401310.student.utwente.nl>) - added SHEXEC command - fixed resizebarback for SHADOW_RESIZEBAR ( jim knoble jmknoble@pobox.com)
This commit is contained in:
@@ -10,7 +10,7 @@ AC_INIT(src/WindowMaker.h)
|
||||
|
||||
|
||||
|
||||
AM_INIT_AUTOMAKE(WindowMaker, 0.53.0)
|
||||
AM_INIT_AUTOMAKE(WindowMaker, 0.53.1)
|
||||
|
||||
AM_PROG_LIBTOOL
|
||||
|
||||
@@ -319,7 +319,7 @@ dnl
|
||||
dnl Disable some stuff that are duplicated in kde
|
||||
dnl ---------------------------------------------
|
||||
AC_ARG_ENABLE(lite,
|
||||
[ --enable-lite disable stuff duplicated in KDE/GNOME ],
|
||||
[ --enable-lite disable some stuff (dont use it) ],
|
||||
[if test x$enableval = xyes; then
|
||||
LITE=yes
|
||||
AC_DEFINE(LITE)
|
||||
|
||||
Reference in New Issue
Block a user