summaryrefslogtreecommitdiff
path: root/openbox/actions/exit.c
AgeCommit message (Collapse)Author
2008-03-02allow prompts to have titles specified. show a prompt when there are syntax ↵Dana Jansens
errors in the xml config files.
2008-03-02add a cleanup callback to the prompt interface. when the prompt's callback ↵Dana Jansens
returns TRUE, then the cleanup function is called. likewise when the prompt system is shutdown (openbox is exiting), then the cleanup function is also called. it should unref/destroy the prompt and any memory associated with it
2008-03-02make the prompt option default to 'true' for Exit and SessionLogoutDana Jansens
2008-02-27change the yes/no buttons to Exit/Cancel for the exit promptDana Jansens
2008-02-27add a boolean <prompt> option to the Exit action, which will ask before ↵Dana Jansens
exiting openbox
2007-09-04ANSI function declarations, ie () -> (void)Mikael Magnusson
2007-06-22add exit and reconfigure actionsDana Jansens