(svn r7621) -Codechange: Rework ShowQuery into a general modal popup window. It gets passed

a parent pointer which will be blocked as long as the popup is open. This
 applies to newgrf-apply, heightmap warning, genworld progress.
This commit is contained in:
Darkvater
2006-12-29 17:54:47 +00:00
parent 324e805d51
commit a7f2b8095f
6 changed files with 110 additions and 73 deletions

View File

@@ -443,7 +443,7 @@ enum {
WC_SIGN_LIST,
WC_GENERATE_LANDSCAPE,
WC_GENERATE_PROGRESS_WINDOW,
WC_OK_CANCEL_QUERY,
WC_CONFIRM_POPUP_QUERY,
WC_DEPOT_SELL_ALL,
};