support urgent hint

This commit is contained in:
seanpringle
2012-08-31 18:43:28 +10:00
parent 71cf2c073b
commit 4cc9fdafe1
3 changed files with 21 additions and 3 deletions

View File

@@ -40,4 +40,5 @@ void key_press(XKeyEvent *e);
void button_press(XButtonEvent *e);
void client_message(XClientMessageEvent *e);
void focus_change(XFocusChangeEvent *e);
void property_notify(XPropertyEvent *e);
int main(int argc, char *argv[]);