X-Git-Url: https://repo.or.cz/w/wmaker-crm.git/blobdiff_plain/17cc7c3c773fd311d83eb244f0e48ea7c44d3abb..a257e16593bb471662ce46f65d489c2ba6d87813:/src/application.h diff --git a/src/application.h b/src/application.h index d4ded889..b7c1e095 100644 --- a/src/application.h +++ b/src/application.h @@ -46,6 +46,9 @@ typedef struct WApplication { unsigned int skip_next_animation:1; unsigned int hidden:1; unsigned int emulated:1; +#ifdef BOUNCE_APP + unsigned int bouncing:1; +#endif } flags; } WApplication; @@ -57,5 +60,7 @@ WApplication *wApplicationOf(Window window); void wApplicationExtractDirPackIcon(WScreen *scr,char *path, char *wm_instance, char *wm_class); + +void wAppBounce(WApplication *); #endif