49 lines
1.4 KiB
Plaintext
Raw Normal View History

--- resources.c.orig Thu Jan 13 22:36:14 1994
+++ ./resources.c Sat Jul 17 10:04:16 1999
@@ -5,7 +5,7 @@
*/
1998-09-30 02:31:44 +00:00
#ifdef IDENT
-#ident "@(#)resources.c 1.6 olvwm version 07 Jan 1994"
+#ident "@(#)resources.c 1.8 olvwm version 01/13/98"
#endif
1998-09-30 02:31:44 +00:00
/*
@@ -562,8 +562,8 @@
&(GRV.VirtualFontColor), cvtString, updVirtualFontColor,
0L },
{ "virtualIconic", "VirtualIconic", "False",
- &(GRV.VirtualIconic), cvtString, NULL,
- RI_IMMUTABLE },
+ &(GRV.VirtualIconic), cvtBoolean, NULL,
+ 0L },
{ "virtualSticky", "VirtualSticky", "",
&(GRV.StickyList), cvtStringList, NULL,
0L },
@@ -620,13 +620,13 @@
0L },
{ "autoShowRootMenu", "AutoShowRootMenu", "False",
&(GRV.AutoShowRootMenu), cvtBoolean, NULL,
- RI_IMMUTABLE },
+ 0L },
{ "autoRootMenuX", "AutoRootMenuX", "0",
&(GRV.AutoRootMenuX), cvtInteger, NULL,
- RI_IMMUTABLE },
+ 0L },
{ "autoRootMenuY", "AutoRootMenuY", "0",
&(GRV.AutoRootMenuY), cvtInteger, NULL,
- RI_IMMUTABLE },
+ 0L },
{ "inputFocusColor", "InputFocusColor", NULL,
&(GRV.InputFocusColor), cvtString, updInputFocusColor,
0L },
@@ -1577,7 +1577,7 @@
GRV.lc_ilang.locale ? GRV.lc_ilang.locale : "(null)",
GRV.lc_numeric.locale ? GRV.lc_numeric.locale : "(null)",
GRV.lc_datefmt.locale ? GRV.lc_datefmt.locale : "(null)");
- #endif
1998-09-30 02:31:44 +00:00
+#endif
/* ===== Updaters ========================================================= */