1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 21:04:18 +01:00

added check for XInternAtoms

This commit is contained in:
kojima
2000-04-01 02:11:33 +00:00
parent 7ab059a165
commit 036086daa4
3 changed files with 15 additions and 1 deletions

View File

@@ -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:
.............................

View File

@@ -90,6 +90,9 @@
/* define if you have then inet_aton function */
#undef HAVE_INET_ATON
/* define if your X server has XInternAtoms() */
#undef HAVE_XINTERNATOMS
/* define if processor is x86 */
#undef ASM_X86

View File

@@ -423,6 +423,11 @@ if test "$use_locale" = yes; then
fi
dnl Check whether XInternAtoms() exist
dnl ==================================
AC_CHECK_LIB(X11, XInternAtoms, AC_DEFINE(HAVE_XINTERNATOMS),,$XLFLAGS $XLIBS)
dnl XKB keyboard language status
dnl ============================
AC_ARG_ENABLE(modelock,
@@ -447,7 +452,6 @@ if test "$shape" = yes; then
fi
dnl XINERAMA support
dnl ================
xinerama=yes