summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpCursor.c
diff options
context:
space:
mode:
authorLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2014-01-21 20:07:18 -0800
committerLaxmikant Rashinkar <LK.Rashinkar@gmail.com>2014-01-21 20:07:18 -0800
commite3eeb4acaa58d68c3feda29b0c79021a41e899d7 (patch)
treed0a2fcee68a9d0d9bb1bad179c4fcf8dd19ba817 /xorg/server/module/rdpCursor.c
parenta9701a7cc3899349a642b6f9fd73c104a3aaee99 (diff)
downloadxrdp-proprietary-e3eeb4acaa58d68c3feda29b0c79021a41e899d7.tar.gz
xrdp-proprietary-e3eeb4acaa58d68c3feda29b0c79021a41e899d7.zip
disabled debug messages
Diffstat (limited to 'xorg/server/module/rdpCursor.c')
-rw-r--r--xorg/server/module/rdpCursor.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/xorg/server/module/rdpCursor.c b/xorg/server/module/rdpCursor.c
index 21b9c47c..84a6cc81 100644
--- a/xorg/server/module/rdpCursor.c
+++ b/xorg/server/module/rdpCursor.c
@@ -49,7 +49,7 @@ cursor
Bool
rdpSpriteRealizeCursor(DeviceIntPtr pDev, ScreenPtr pScr, CursorPtr pCurs)
{
- LLOGLN(0, ("rdpSpriteRealizeCursor:"));
+ LLOGLN(10, ("rdpSpriteRealizeCursor:"));
return TRUE;
}
@@ -57,7 +57,7 @@ rdpSpriteRealizeCursor(DeviceIntPtr pDev, ScreenPtr pScr, CursorPtr pCurs)
Bool
rdpSpriteUnrealizeCursor(DeviceIntPtr pDev, ScreenPtr pScr, CursorPtr pCurs)
{
- LLOGLN(0, ("rdpSpriteUnrealizeCursor:"));
+ LLOGLN(10, ("rdpSpriteUnrealizeCursor:"));
return TRUE;
}
@@ -66,21 +66,21 @@ void
rdpSpriteSetCursor(DeviceIntPtr pDev, ScreenPtr pScr, CursorPtr pCurs,
int x, int y)
{
- LLOGLN(0, ("rdpSpriteSetCursor:"));
+ LLOGLN(10, ("rdpSpriteSetCursor:"));
}
/******************************************************************************/
void
rdpSpriteMoveCursor(DeviceIntPtr pDev, ScreenPtr pScr, int x, int y)
{
- LLOGLN(0, ("rdpSpriteMoveCursor:"));
+ LLOGLN(10, ("rdpSpriteMoveCursor:"));
}
/******************************************************************************/
Bool
rdpSpriteDeviceCursorInitialize(DeviceIntPtr pDev, ScreenPtr pScr)
{
- LLOGLN(0, ("rdpSpriteDeviceCursorInitialize:"));
+ LLOGLN(10, ("rdpSpriteDeviceCursorInitialize:"));
return TRUE;
}
@@ -88,6 +88,6 @@ rdpSpriteDeviceCursorInitialize(DeviceIntPtr pDev, ScreenPtr pScr)
void
rdpSpriteDeviceCursorCleanup(DeviceIntPtr pDev, ScreenPtr pScr)
{
- LLOGLN(0, ("rdpSpriteDeviceCursorCleanup:"));
+ LLOGLN(10, ("rdpSpriteDeviceCursorCleanup:"));
xorgxrdpDownDown(pScr);
}