diff options
| author | jsorg71 <jsorg71> | 2005-02-20 06:06:26 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2005-02-20 06:06:26 +0000 |
| commit | 8defc32e27572d358de084c7a8de88fe248da84d (patch) | |
| tree | 7ea29feafba79d32689f85e81691148925605e5a /xrdp/xrdp_types.h | |
| parent | 2999a3c8313d3fcb64413d827c1380890533c451 (diff) | |
| download | xrdp-proprietary-8defc32e27572d358de084c7a8de88fe248da84d.tar.gz xrdp-proprietary-8defc32e27572d358de084c7a8de88fe248da84d.zip | |
readability and 64 bit changes
Diffstat (limited to 'xrdp/xrdp_types.h')
| -rw-r--r-- | xrdp/xrdp_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h index 84764abc..b89560a0 100644 --- a/xrdp/xrdp_types.h +++ b/xrdp/xrdp_types.h @@ -43,6 +43,7 @@ struct xrdp_mod int (*server_set_pointer)(struct xrdp_mod* v, int x, int y, char* data, char* mask); int (*server_palette)(struct xrdp_mod* v, int* palette); int (*server_error_popup)(struct xrdp_mod* v, char* error, char* caption); + int (*server_is_term)(struct xrdp_mod* v); /* common */ long handle; /* pointer to self as int */ long wm; /* struct xrdp_wm* */ @@ -76,7 +77,7 @@ struct xrdp_bmp_header /* list */ struct xrdp_list { - int* items; + long* items; int count; int alloc_size; int grow_by; |
