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

fixed crash bug on startup

added paste-launch on dock
This commit is contained in:
kojima
2001-09-03 22:31:30 +00:00
parent eecf75029f
commit 80fefd29e4
14 changed files with 211 additions and 93 deletions

View File

@@ -50,6 +50,8 @@ typedef struct WAppIcon {
/* dropped on us */
#endif
char *paste_command; /* command to run when something is pasted */
char *wm_class;
char *wm_instance;
pid_t pid; /* for apps launched from the dock */
@@ -73,6 +75,7 @@ typedef struct WAppIcon {
unsigned int updated:1;
unsigned int editing:1; /* editing docked icon */
unsigned int drop_launch:1; /* launching from drop action */
unsigned int paste_launch:1; /* launching from paste action */
unsigned int destroyed:1; /* appicon was destroyed */
unsigned int buggy_app:1; /* do not make dock rely on hints
* set by app */