From: VMware, Inc <> Date: Tue, 13 Mar 2012 20:08:18 +0000 (-0700) Subject: Give CursorPosition it's own loglevel X-Git-Tag: 2012.03.13-651368~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2fc7f5ce418503f6711c44581f2ca9032523468;p=thirdparty%2Fopen-vm-tools.git Give CursorPosition it's own loglevel This change gives mksCursorPosition it's own loglevel to cut down on traffic in the mks loglevel. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/loglevel_user.h b/open-vm-tools/lib/include/loglevel_user.h index 06f02640f..9e058614a 100644 --- a/open-vm-tools/lib/include/loglevel_user.h +++ b/open-vm-tools/lib/include/loglevel_user.h @@ -127,6 +127,7 @@ LOGLEVEL_VAR(keymap), \ LOGLEVEL_VAR(mksMouse), \ LOGLEVEL_VAR(mksHostCursor), \ + LOGLEVEL_VAR(mksCursorPosition), \ LOGLEVEL_VAR(mksHostOps), \ LOGLEVEL_VAR(mksGLManager), \ LOGLEVEL_VAR(mksGLFBO), \