mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 06:44:11 +01:00
- Fixed sloppy focus bug (Pawel S. Veselov <pv76716@druid.SFBay.Sun.COM>)
- Applied Xinerama patch (after fixes) from (Peter Zijlstra <a.p.zijlstra@chello.nl>)
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -15,7 +15,7 @@ AC_INIT(src/WindowMaker.h)
|
||||
|
||||
|
||||
|
||||
AM_INIT_AUTOMAKE(WindowMaker, 0.81.0)
|
||||
AM_INIT_AUTOMAKE(WindowMaker, 0.81.2)
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
|
||||
@@ -526,10 +526,10 @@ fi
|
||||
|
||||
dnl XINERAMA support
|
||||
dnl ================
|
||||
xinerama=no
|
||||
#AC_ARG_ENABLE(xinerama,
|
||||
#[ --disable-xinerama disable XInerama extension support],
|
||||
# xinerama=$enableval, xinerama=yes)
|
||||
xinerama=yes
|
||||
AC_ARG_ENABLE(xinerama,
|
||||
[ --disable-xinerama disable XInerama extension support],
|
||||
xinerama=$enableval, xinerama=yes)
|
||||
|
||||
if test "$xinerama" = yes; then
|
||||
AC_CHECK_LIB(Xinerama, XineramaQueryScreens, [XLIBS="-lXinerama $XLIBS"
|
||||
|
||||
Reference in New Issue
Block a user