diff options
| author | Jim Grandy <jgrandy@authentic8.com> | 2013-07-06 13:42:55 -0700 |
|---|---|---|
| committer | Jim Grandy <jgrandy@authentic8.com> | 2013-07-06 13:42:55 -0700 |
| commit | 0054b70446ae5024e1c8cd5fd7bbe21c8591c592 (patch) | |
| tree | 983dc1353ac3bab4eb36ca6f15c3dff98f3d9ad2 | |
| parent | 363d35fa21ee164dffd0edc31586bf5d2e59e8ea (diff) | |
| download | xrdp-proprietary-0054b70446ae5024e1c8cd5fd7bbe21c8591c592.tar.gz xrdp-proprietary-0054b70446ae5024e1c8cd5fd7bbe21c8591c592.zip | |
fix typo introduced in cb1efca6
| -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 2af36435..6750c523 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 |
