diff options
Diffstat (limited to 'xup/xup.h')
-rw-r--r-- | xup/xup.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -153,4 +153,6 @@ struct mod tbus sck_obj; int shift_state; struct xrdp_client_info client_info; + int screen_shmem_id; + char *screen_shmem_pixels; }; |