From 76dcceb87a698141040578aebe7967dad1cfbea3 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 20 Nov 2004 15:23:37 +0000 Subject: [PATCH] made the gradient background window not pretend to be the installer dialog so the "unpacking" window will show even if it is used git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3775 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Ui.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 181bb5c0..0658b67b 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -292,10 +292,6 @@ FORCE_INLINE int NSISCALL ui_doinstall(void) vp.left,vp.top,vp.right-vp.left,vp.bottom-vp.top,0,NULL,g_hInstance,NULL); } -#ifdef NSIS_SUPPORT_CODECALLBACKS - g_hwnd=m_bgwnd; -#endif//NSIS_SUPPORT_CODECALLBACKS - #endif//NSIS_SUPPORT_BGBG #endif//NSIS_CONFIG_VISIBLE_SUPPORT @@ -308,12 +304,6 @@ FORCE_INLINE int NSISCALL ui_doinstall(void) #ifdef NSIS_CONFIG_VISIBLE_SUPPORT -#ifdef NSIS_SUPPORT_CODECALLBACKS -#ifdef NSIS_SUPPORT_BGBG - g_hwnd=NULL; -#endif//NSIS_SUPPORT_BGBG -#endif//NSIS_SUPPORT_CODECALLBACKS - #ifdef NSIS_CONFIG_SILENT_SUPPORT if (!g_exec_flags.silent) #endif//NSIS_CONFIG_SILENT_SUPPORT