1
0
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:
dan
1999-04-16 20:05:26 +00:00
parent 6c22352007
commit 52917e53de
7 changed files with 276 additions and 253 deletions

View File

@@ -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