Mercurial > mplayer.hg
comparison gui/win32/dialogs.c @ 33782:896b427e598e
Remove unused parameter skindir from create_subwindow() in Win32 GUI.
author | ib |
---|---|
date | Mon, 11 Jul 2011 10:39:55 +0000 |
parents | b42abb9c7f2c |
children | ab6d06f5b98b |
comparison
equal
deleted
inserted
replaced
33781:cdd4fc0616b6 | 33782:896b427e598e |
---|---|
716 strcat(skinspath, skinName); | 716 strcat(skinspath, skinName); |
717 ShowWindow(hwnd, SW_HIDE); | 717 ShowWindow(hwnd, SW_HIDE); |
718 Shell_NotifyIcon(NIM_DELETE, &nid); | 718 Shell_NotifyIcon(NIM_DELETE, &nid); |
719 destroy_window(mygui); | 719 destroy_window(mygui); |
720 create_window(mygui, skinspath); | 720 create_window(mygui, skinspath); |
721 create_subwindow(mygui, skinspath); | 721 create_subwindow(mygui); |
722 SendMessage(hwnd, WM_CLOSE, 0, 0); /* Avoid crashing when switching skin */ | 722 SendMessage(hwnd, WM_CLOSE, 0, 0); /* Avoid crashing when switching skin */ |
723 } | 723 } |
724 } | 724 } |
725 } | 725 } |
726 } | 726 } |