code cleanup: WM naming conventions

This commit is contained in:
Campbell Barton
2012-08-11 21:35:24 +00:00
parent f2d06dc257
commit c567cf3fab
30 changed files with 94 additions and 93 deletions

View File

@@ -344,7 +344,7 @@ protected:
static HDC s_firstHDC;
/** Flag for if window has captured the mouse */
bool m_hasMouseCaptured;
/** Flag if an operator grabs the mouse with WM_cursor_grab/ungrab()
/** Flag if an operator grabs the mouse with WM_cursor_grab_enable/ungrab()
* Multiple grabs must be realesed with a single ungrab*/
bool m_hasGrabMouse;
/** Count of number of pressed buttons */