mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-08 23:04:15 +01:00
added check for XInternAtoms
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
Changes since version 0.62.0:
|
||||||
|
.............................
|
||||||
|
- made shortcuts available during alt+tab
|
||||||
|
- save lowered state of menus
|
||||||
|
- fixed portability bugs for old X servers
|
||||||
|
- added check for XInternAtoms in configure and replacement code
|
||||||
|
|
||||||
Changes since version 0.61.1:
|
Changes since version 0.61.1:
|
||||||
.............................
|
.............................
|
||||||
|
|
||||||
|
|||||||
@@ -90,6 +90,9 @@
|
|||||||
/* define if you have then inet_aton function */
|
/* define if you have then inet_aton function */
|
||||||
#undef HAVE_INET_ATON
|
#undef HAVE_INET_ATON
|
||||||
|
|
||||||
|
/* define if your X server has XInternAtoms() */
|
||||||
|
#undef HAVE_XINTERNATOMS
|
||||||
|
|
||||||
/* define if processor is x86 */
|
/* define if processor is x86 */
|
||||||
#undef ASM_X86
|
#undef ASM_X86
|
||||||
|
|
||||||
|
|||||||
@@ -423,6 +423,11 @@ if test "$use_locale" = yes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
dnl Check whether XInternAtoms() exist
|
||||||
|
dnl ==================================
|
||||||
|
AC_CHECK_LIB(X11, XInternAtoms, AC_DEFINE(HAVE_XINTERNATOMS),,$XLFLAGS $XLIBS)
|
||||||
|
|
||||||
|
|
||||||
dnl XKB keyboard language status
|
dnl XKB keyboard language status
|
||||||
dnl ============================
|
dnl ============================
|
||||||
AC_ARG_ENABLE(modelock,
|
AC_ARG_ENABLE(modelock,
|
||||||
@@ -447,7 +452,6 @@ if test "$shape" = yes; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
dnl XINERAMA support
|
dnl XINERAMA support
|
||||||
dnl ================
|
dnl ================
|
||||||
xinerama=yes
|
xinerama=yes
|
||||||
|
|||||||
Reference in New Issue
Block a user