mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 01:12:30 +01:00
kde 1.1 update
This commit is contained in:
@@ -37,6 +37,14 @@
|
||||
*--------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
/*
|
||||
* #undefine if you dont want texture plugin support or your system have
|
||||
* some sort of problem with them.
|
||||
*/
|
||||
#define TEXTURE_PLUGIN
|
||||
|
||||
|
||||
/* undefine WEENDOZE_CYCLING to remove all Windoze style Alt-Tab cycling
|
||||
* If define, windoze cycling must still be enabled with the
|
||||
* WindozeCycling = YES and FinishedCyclingKey = Meta_L options
|
||||
@@ -158,7 +166,7 @@
|
||||
* define HIDDENDOT if you want a dot to be shown in the application icon
|
||||
* of applications that are hidden.
|
||||
*/
|
||||
#undef HIDDENDOT
|
||||
#define HIDDENDOT
|
||||
|
||||
|
||||
/*
|
||||
@@ -166,11 +174,12 @@
|
||||
* programs that have buggy implementations of such hint and place
|
||||
* themselves in strange locations.
|
||||
*/
|
||||
#undef IGNORE_NOPPOSITION
|
||||
#undef IGNORE_PPOSITION
|
||||
|
||||
|
||||
#define SILLYNESS
|
||||
|
||||
|
||||
/*
|
||||
*..........................................................................
|
||||
* The following options WILL NOT BE MADE RUN-TIME. Please do not request.
|
||||
@@ -237,6 +246,12 @@
|
||||
|
||||
#define DEFAULTS_DIR "Defaults"
|
||||
|
||||
#ifdef USE_TIFF
|
||||
#define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.tiff"
|
||||
#else
|
||||
#define DEF_BUTTON_IMAGES PKGDATADIR"/buttons.xpm"
|
||||
#endif
|
||||
|
||||
/* the file of the system wide submenu to be forced into the main menu */
|
||||
/* remove the comments if you want it */
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user