1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-22 05:48:01 +01:00

Window shortcuts will apply to a group of selected windows, too.

This commit is contained in:
id
1999-05-04 21:14:09 +00:00
parent f8918e85f7
commit 0b851ffc3e

View File

@@ -289,6 +289,7 @@ typedef struct _WScreen {
/* for window shortcuts */ /* for window shortcuts */
struct WWindow *shortcutWindow[MAX_WINDOW_SHORTCUTS]; struct WWindow *shortcutWindow[MAX_WINDOW_SHORTCUTS];
struct LinkedList *shortcutSelectedWindows[MAX_WINDOW_SHORTCUTS];
#ifdef XDE_DND #ifdef XDE_DND
char *xdestring; char *xdestring;