summaryrefslogtreecommitdiffstats
path: root/xorg/X11R7.6/rdp/rdp.h
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-08-16 10:53:55 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-08-16 10:53:55 -0700
commit9357addde5ba04fda9edea8e8ae6be7f6b7aa7b3 (patch)
tree39aa92289aeaf8f270c0a339f727826c1aaaa136 /xorg/X11R7.6/rdp/rdp.h
parent25ee064340910d892f34fafb0131b7fbd54d342b (diff)
downloadxrdp-proprietary-9357addde5ba04fda9edea8e8ae6be7f6b7aa7b3.tar.gz
xrdp-proprietary-9357addde5ba04fda9edea8e8ae6be7f6b7aa7b3.zip
X11rdp: fix drawing issues, turn on screen delay remoting
Diffstat (limited to 'xorg/X11R7.6/rdp/rdp.h')
-rw-r--r--xorg/X11R7.6/rdp/rdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg/X11R7.6/rdp/rdp.h b/xorg/X11R7.6/rdp/rdp.h
index 9fe41922..6fd7c38a 100644
--- a/xorg/X11R7.6/rdp/rdp.h
+++ b/xorg/X11R7.6/rdp/rdp.h
@@ -258,7 +258,7 @@ struct _rdpPixmapRec
int rdpindex;
int con_number;
int is_dirty;
- int pad0;
+ int is_scratch;
int kind_width;
struct rdp_draw_item* draw_item_head;
struct rdp_draw_item* draw_item_tail;