2abc28d1f2
Version 4.2 fixes: 1) Fixed problems with windows that have a compound text title 2) Fixed problems with the cursor font name 3) error.c will now compile under Solaris 2.6 4) Fixed misc. compilation warnings. Some survive in error.c and states.c 5) Fixed warp function when two screens have the same program: warp will now look first on the screen containing the mouse pointer 6) Fixed hot key functions when num lock/shift lock might be pressed 7) Fixed problem with AutoRootMenu startup 8) Fixed problem with VirtualIconic resource
188 lines
2.8 KiB
Plaintext
188 lines
2.8 KiB
Plaintext
--- images.c.orig Thu Jan 13 22:36:07 1994
|
|
+++ ./images.c Fri Jul 16 21:49:03 1999
|
|
@@ -4,7 +4,7 @@
|
|
*/
|
|
|
|
#ifdef IDENT
|
|
-#ident "@(#)images.c 1.5 olvwm version 07 Jan 1994"
|
|
+#ident "@(#)images.c 1.6 olvwm version 09 Feb 1994"
|
|
#endif
|
|
|
|
/* Use small images */
|
|
@@ -51,7 +51,6 @@
|
|
True,
|
|
True,
|
|
WindowOpenCloseAction,
|
|
- NULL,
|
|
ACTION_OPEN_CLOSE,
|
|
NULL,
|
|
NULL
|
|
@@ -67,7 +66,6 @@
|
|
True,
|
|
True,
|
|
WindowFullRestoreSizeAction,
|
|
- NULL,
|
|
ACTION_FULL_RESTORE,
|
|
NULL,
|
|
NULL
|
|
@@ -83,7 +81,6 @@
|
|
True,
|
|
True,
|
|
WindowMoveAction,
|
|
- NULL,
|
|
ACTION_MOVE,
|
|
NULL,
|
|
NULL
|
|
@@ -99,7 +96,6 @@
|
|
True,
|
|
True,
|
|
WindowResizeAction,
|
|
- NULL,
|
|
ACTION_RESIZE,
|
|
NULL,
|
|
NULL
|
|
@@ -115,7 +111,6 @@
|
|
True,
|
|
True,
|
|
WindowStickAction,
|
|
- NULL,
|
|
ACTION_STICK,
|
|
NULL,
|
|
NULL
|
|
@@ -131,7 +126,6 @@
|
|
False,
|
|
True,
|
|
WindowPropsAction,
|
|
- NULL,
|
|
ACTION_PROPS,
|
|
NULL,
|
|
NULL
|
|
@@ -147,7 +141,6 @@
|
|
True,
|
|
True,
|
|
WindowBackAction,
|
|
- NULL,
|
|
ACTION_BACK,
|
|
NULL,
|
|
NULL
|
|
@@ -163,7 +156,6 @@
|
|
True,
|
|
True,
|
|
WindowRefreshAction,
|
|
- NULL,
|
|
ACTION_REFRESH,
|
|
NULL,
|
|
NULL
|
|
@@ -179,7 +171,6 @@
|
|
True,
|
|
True,
|
|
WindowQuitAction,
|
|
- NULL,
|
|
ACTION_QUIT,
|
|
NULL,
|
|
NULL
|
|
@@ -195,7 +186,6 @@
|
|
True,
|
|
True,
|
|
NULL,
|
|
- NULL,
|
|
ACTION_NONE,
|
|
NULL,
|
|
NULL
|
|
@@ -211,7 +201,6 @@
|
|
True,
|
|
True,
|
|
WindowDismissThisAction,
|
|
- NULL,
|
|
ACTION_OPEN_CLOSE,
|
|
NULL,
|
|
NULL
|
|
@@ -227,7 +216,6 @@
|
|
True,
|
|
True,
|
|
WindowDismissAllAction,
|
|
- NULL,
|
|
ACTION_NONE,
|
|
NULL,
|
|
NULL
|
|
@@ -243,7 +231,6 @@
|
|
True,
|
|
True,
|
|
WindowFlashOwnerAction,
|
|
- NULL,
|
|
ACTION_OWNER,
|
|
NULL,
|
|
NULL
|
|
@@ -262,7 +249,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_RIGHT_V,
|
|
NULL,
|
|
NULL
|
|
@@ -277,7 +263,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_LEFT_V,
|
|
NULL,
|
|
};
|
|
@@ -291,7 +276,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_UP_V,
|
|
NULL,
|
|
NULL
|
|
@@ -306,7 +290,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_DOWN_V,
|
|
NULL,
|
|
NULL
|
|
@@ -321,7 +304,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_UPRIGHT_V,
|
|
NULL,
|
|
NULL
|
|
@@ -336,7 +318,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_DOWNRIGHT_V,
|
|
NULL,
|
|
NULL
|
|
@@ -351,7 +332,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_UPLEFT_V,
|
|
NULL,
|
|
NULL
|
|
@@ -366,7 +346,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_DOWNLEFT_V,
|
|
NULL,
|
|
NULL
|
|
@@ -381,7 +360,6 @@
|
|
True,
|
|
True,
|
|
VDMMenuAction,
|
|
- NULL,
|
|
ACTION_HOME_V,
|
|
NULL,
|
|
NULL
|