debug: Clean up debugging notes

This commit is contained in:
Emmanuele Bassi
2011-10-17 10:24:25 +01:00
parent f75dfcfd8b
commit 146e15297f
11 changed files with 29 additions and 36 deletions

View File

@ -440,8 +440,8 @@ clutter_win32_handle_event (const MSG *msg)
break;
case WM_PAINT:
CLUTTER_NOTE (MULTISTAGE, "expose for stage:%p, redrawing", stage);
clutter_redraw (stage);
CLUTTER_NOTE (BACKEND, "expose for stage:%p, redrawing", stage);
clutter_stage_ensure_redraw (stage);
break;
case WM_DESTROY: