diff options
author | Jim Grandy <jgrandy@authentic8.com> | 2013-07-06 13:42:55 -0700 |
---|---|---|
committer | Jim Grandy <jgrandy@authentic8.com> | 2013-08-22 12:52:32 -0700 |
commit | 71e8136e41b1a6c32fa2507f8df3b2c36ba9fd1e (patch) | |
tree | b131851532dc904fb5dd39387b771955a7ad2fc1 /xorg | |
parent | 4733c431459f875dbd9f0cfffbc89ec55ff4e2ec (diff) | |
download | xrdp-proprietary-71e8136e41b1a6c32fa2507f8df3b2c36ba9fd1e.tar.gz xrdp-proprietary-71e8136e41b1a6c32fa2507f8df3b2c36ba9fd1e.zip |
fix typo introduced in cb1efca6
Diffstat (limited to 'xorg')
-rw-r--r-- | xorg/X11R7.6/rdp/rdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xorg/X11R7.6/rdp/rdp.h b/xorg/X11R7.6/rdp/rdp.h index d906e243..3a36ade9 100644 --- a/xorg/X11R7.6/rdp/rdp.h +++ b/xorg/X11R7.6/rdp/rdp.h @@ -269,6 +269,7 @@ union urdp_draw_item struct urdp_draw_item_img img; struct urdp_draw_item_line line; struct urdp_draw_item_scrblt scrblt; + struct urdp_draw_item_text text; }; struct rdp_draw_item |