diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2014-01-21 01:45:30 -0800 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2014-01-21 01:45:30 -0800 |
commit | 055c577f5497b55fd7bb597c7303aa1236b39d61 (patch) | |
tree | 666835d385b29c33f17c97dcc74f2f215f1d3afa /xorg/server/module/rdpImageText8.c | |
parent | 147ace738233435408df18415c7d802631f7fecc (diff) | |
download | xrdp-proprietary-055c577f5497b55fd7bb597c7303aa1236b39d61.tar.gz xrdp-proprietary-055c577f5497b55fd7bb597c7303aa1236b39d61.zip |
xorg: work on xorg driver
Diffstat (limited to 'xorg/server/module/rdpImageText8.c')
-rw-r--r-- | xorg/server/module/rdpImageText8.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xorg/server/module/rdpImageText8.c b/xorg/server/module/rdpImageText8.c index f4d62977..42fb42d5 100644 --- a/xorg/server/module/rdpImageText8.c +++ b/xorg/server/module/rdpImageText8.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) \ @@ -54,7 +56,7 @@ void rdpImageText8(DrawablePtr pDrawable, GCPtr pGC, int x, int y, int count, char *chars) { - LLOGLN(10, ("rdpImageText8:")); + LLOGLN(0, ("rdpImageText8:")); /* do original call */ rdpImageText8Org(pDrawable, pGC, x, y, count, chars); return; |