mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-13 04:15:50 +01:00
started Appearance update in WPrefs
added tabbed view changed some callbacks to delegate like stuff (textfield and browser)
This commit is contained in:
10
configure.in
10
configure.in
@@ -723,6 +723,16 @@ if test "$enableval" = yes; then
|
||||
fi
|
||||
)
|
||||
|
||||
dnl Enable User Defined Menu thing
|
||||
==================================
|
||||
AC_ARG_ENABLE(usermenu,
|
||||
[ --enable-usermenu user defined menus for applications
|
||||
],
|
||||
if test "$enableval" = yes; then
|
||||
AC_DEFINE(USER_MENU)
|
||||
fi
|
||||
)
|
||||
|
||||
|
||||
dnl
|
||||
dnl Nicolai: Program tests for Documentation Section
|
||||
|
||||
Reference in New Issue
Block a user