1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-01-04 04:44:16 +01:00
This commit is contained in:
kojima
1999-04-16 02:07:45 +00:00
parent c98f229d9c
commit 4b609a4ddc
8 changed files with 51 additions and 19 deletions

View File

@@ -222,6 +222,11 @@
*/
#undef WINDOW_BIRTH_ZOOM
/*
* whether arrow drawing in clip buttons should be gradiented
*/
#undef GRADIENT_CLIP_ARROWS
#define TEXTURE_PLUGIN
@@ -567,6 +572,10 @@
#define XKB_OFF "[EN]"
#endif
#ifndef DEMATERIALIZE_ICON
# define NORMAL_ICON_KABOOM
#endif
#if HAVE_LIBINTL_H && I18N
# include <libintl.h>
# define _(text) gettext(text)