Add support for 'actions'
This commit is contained in:
parent
46df7385ec
commit
11d9afc400
2 changed files with 30 additions and 4 deletions
3
config.h
3
config.h
|
@ -14,3 +14,6 @@ enum corners { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT };
|
|||
enum corners corner = TOP_RIGHT;
|
||||
|
||||
static const unsigned int duration = 5; /* in seconds */
|
||||
|
||||
#define DISMISS_BUTTON Button1
|
||||
#define ACTION_BUTTON Button3
|
Loading…
Add table
Add a link
Reference in a new issue