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

fixed many bugs, removed linked list

This commit is contained in:
kojima
1999-09-16 02:58:56 +00:00
parent 052ab01c84
commit 3c04618278
28 changed files with 1207 additions and 999 deletions

View File

@@ -92,7 +92,7 @@ typedef struct _WScreen {
* traverse the entire window list
*/
struct LinkedList *selected_windows;
WMBag *selected_windows;
struct WAppIcon *app_icon_list; /* list of all app-icons on screen */
@@ -282,7 +282,7 @@ typedef struct _WScreen {
/* for window shortcuts */
struct WWindow *shortcutWindow[MAX_WINDOW_SHORTCUTS];
struct LinkedList *shortcutSelectedWindows[MAX_WINDOW_SHORTCUTS];
WMBag *shortcutSelectedWindows[MAX_WINDOW_SHORTCUTS];
#ifdef XDND
char *xdestring;