summaryrefslogtreecommitdiffstats
path: root/xorg/server/module/rdpImageGlyphBlt.c
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2014-01-22 10:31:05 -0800
committerJay Sorg <jay.sorg@gmail.com>2014-01-22 10:31:05 -0800
commit320ce8ba47d3d7c344b5de84844d1fa90e346fde (patch)
treea69998f91f456a6838b63b67e54f88c68b9c802f /xorg/server/module/rdpImageGlyphBlt.c
parent448b7a5d4bbf7da1820bcc88ebdd4a9e5cba73a5 (diff)
downloadxrdp-proprietary-320ce8ba47d3d7c344b5de84844d1fa90e346fde.tar.gz
xrdp-proprietary-320ce8ba47d3d7c344b5de84844d1fa90e346fde.zip
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/module/rdpImageGlyphBlt.c')
-rw-r--r--xorg/server/module/rdpImageGlyphBlt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xorg/server/module/rdpImageGlyphBlt.c b/xorg/server/module/rdpImageGlyphBlt.c
index e09ce256..be58e683 100644
--- a/xorg/server/module/rdpImageGlyphBlt.c
+++ b/xorg/server/module/rdpImageGlyphBlt.c
@@ -32,6 +32,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "rdp.h"
#include "rdpDraw.h"
+#include "rdpClientCon.h"
+#include "rdpReg.h"
#define LOG_LEVEL 1
#define LLOGLN(_level, _args) \
@@ -56,7 +58,7 @@ rdpImageGlyphBlt(DrawablePtr pDrawable, GCPtr pGC,
int x, int y, unsigned int nglyph,
CharInfoPtr *ppci, pointer pglyphBase)
{
- LLOGLN(10, ("rdpImageGlyphBlt:"));
+ LLOGLN(0, ("rdpImageGlyphBlt:"));
/* do original call */
rdpImageGlyphBltOrg(pDrawable, pGC, x, y, nglyph, ppci, pglyphBase);
}