|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rdesktop.h>

Public Attributes | |
| struct bmpcache_entry | bmpcache [3][0xa00] |
| HBITMAP | volatile_bc [3] |
| int | bmpcache_lru [3] |
| int | bmpcache_mru [3] |
| int | bmpcache_count [3] |
| FONTGLYPH | fontcache [12][256] |
| DATABLOB | textcache [256] |
| uint8 | deskcache [0x38400 *4] |
| HCURSOR | cursorcache [0x20] |
Definition at line 232 of file rdesktop.h.
| struct bmpcache_entry rdpclient::cache_::bmpcache[3][0xa00] |
Definition at line 234 of file rdesktop.h.
| int rdpclient::cache_::bmpcache_count[3] |
Definition at line 239 of file rdesktop.h.
| int rdpclient::cache_::bmpcache_lru[3] |
Definition at line 237 of file rdesktop.h.
| int rdpclient::cache_::bmpcache_mru[3] |
Definition at line 238 of file rdesktop.h.
| HCURSOR rdpclient::cache_::cursorcache[0x20] |
Definition at line 244 of file rdesktop.h.
| uint8 rdpclient::cache_::deskcache[0x38400 *4] |
Definition at line 243 of file rdesktop.h.
| FONTGLYPH rdpclient::cache_::fontcache[12][256] |
Definition at line 241 of file rdesktop.h.
| DATABLOB rdpclient::cache_::textcache[256] |
Definition at line 242 of file rdesktop.h.
| HBITMAP rdpclient::cache_::volatile_bc[3] |
Definition at line 235 of file rdesktop.h.