mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
rearranged the crashing dialog panel code.
This commit is contained in:
@@ -24,6 +24,13 @@
|
||||
#define WMDIALOG_H_
|
||||
|
||||
|
||||
enum {
|
||||
WMAbort=0,
|
||||
WMRestart,
|
||||
WMStartAlternate
|
||||
};
|
||||
|
||||
|
||||
int wMessageDialog(WScreen *scr, char *title, char *message,
|
||||
char *defBtn, char *altBtn, char *othBtn);
|
||||
int wInputDialog(WScreen *scr, char *title, char *message, char **text);
|
||||
@@ -34,4 +41,6 @@ void wShowInfoPanel(WScreen *scr);
|
||||
|
||||
void wShowLegalPanel(WScreen *scr);
|
||||
|
||||
int wShowCrashingDialogPanel(int whatSig);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user