From f4387004025efb3860a2934ed6d82a7e6f1cd716 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 9 May 2008 09:29:27 +0000 Subject: (svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rename WE_4 to something more descriptive and correct some (completely incorrect) comments. --- src/music_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/music_gui.cpp') diff --git a/src/music_gui.cpp b/src/music_gui.cpp index 7508ea9d2..589dbeca9 100644 --- a/src/music_gui.cpp +++ b/src/music_gui.cpp @@ -463,7 +463,7 @@ static void MusicWindowWndProc(Window *w, WindowEvent *e) } break; - case WE_MOUSELOOP: + case WE_TICK: InvalidateWindowWidget(WC_MUSIC_WINDOW, 0, 7); break; } -- cgit v1.2.3-54-g00ecf