CVS: rdesktop proto.h,1.74,1.75
Peter Åstrand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24824 Modified Files: proto.h Log Message: Ran "make proto" (and indent-all, of course). Index: proto.h =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/proto.h,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** proto.h 20 May 2005 22:09:31 -0000 1.74 --- proto.h 2 Aug 2005 09:43:56 -0000 1.75 *************** *** 2,8 **** BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp); /* cache.c */ ! void cache_rebuild_bmpcache_linked_list(uint8 cache_id, sint16 * cache_idx, int count); ! HBITMAP cache_get_bitmap(uint8 cache_id, uint16 cache_idx); ! void cache_put_bitmap(uint8 cache_id, uint16 cache_idx, HBITMAP bitmap); void cache_save_state(void); FONTGLYPH *cache_get_font(uint8 font, uint16 character); --- 2,10 ---- BOOL bitmap_decompress(uint8 * output, int width, int height, uint8 * input, int size, int Bpp); /* cache.c */ ! void cache_rebuild_bmpcache_linked_list(uint8 id, sint16 * idx, int count); ! void cache_bump_bitmap(uint8 id, uint16 idx, int bump); ! void cache_evict_bitmap(uint8 id); ! HBITMAP cache_get_bitmap(uint8 id, uint16 idx); ! void cache_put_bitmap(uint8 id, uint16 idx, HBITMAP bitmap); void cache_save_state(void); FONTGLYPH *cache_get_font(uint8 font, uint16 character); *************** *** 32,39 **** NTSTATUS disk_query_information(NTHANDLE handle, uint32 info_class, STREAM out); NTSTATUS disk_set_information(NTHANDLE handle, uint32 info_class, STREAM in, STREAM out); NTSTATUS disk_query_volume_information(NTHANDLE handle, uint32 info_class, STREAM out); NTSTATUS disk_query_directory(NTHANDLE handle, uint32 info_class, char *pattern, STREAM out); - NTSTATUS disk_create_notify(NTHANDLE handle, uint32 info_class); - NTSTATUS disk_check_notify(NTHANDLE handle); /* mppc.c */ int mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen); --- 34,41 ---- NTSTATUS disk_query_information(NTHANDLE handle, uint32 info_class, STREAM out); NTSTATUS disk_set_information(NTHANDLE handle, uint32 info_class, STREAM in, STREAM out); + NTSTATUS disk_check_notify(NTHANDLE handle); + NTSTATUS disk_create_notify(NTHANDLE handle, uint32 info_class); NTSTATUS disk_query_volume_information(NTHANDLE handle, uint32 info_class, STREAM out); NTSTATUS disk_query_directory(NTHANDLE handle, uint32 info_class, char *pattern, STREAM out); /* mppc.c */ int mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen); *************** *** 66,75 **** void printercache_process(STREAM s); /* pstcache.c */ ! void pstcache_touch_bitmap(uint8 id, uint16 idx, uint32 stamp); ! BOOL pstcache_load_bitmap(uint8 id, uint16 idx); ! BOOL pstcache_save_bitmap(uint8 id, uint16 idx, uint8 * hash_key, uint16 wd, ! uint16 ht, uint16 len, uint8 * data); int pstcache_enumerate(uint8 id, HASH_KEY * keylist); ! BOOL pstcache_init(uint8 id); /* rdesktop.c */ int main(int argc, char *argv[]); --- 68,77 ---- void printercache_process(STREAM s); /* pstcache.c */ ! void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp); ! BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx); ! BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint16 width, ! uint16 height, uint16 length, uint8 * data); int pstcache_enumerate(uint8 id, HASH_KEY * keylist); ! BOOL pstcache_init(uint8 cache_id); /* rdesktop.c */ int main(int argc, char *argv[]); *************** *** 107,112 **** void process_bitmap_updates(STREAM s); void process_palette(STREAM s); ! BOOL rdp_loop(BOOL * deactivated, uint32 * ext_disc_reason); void rdp_main_loop(BOOL * deactivated, uint32 * ext_disc_reason); BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command, char *directory); --- 109,115 ---- void process_bitmap_updates(STREAM s); void process_palette(STREAM s); ! void process_disconnect_pdu(STREAM s, uint32 * ext_disc_reason); void rdp_main_loop(BOOL * deactivated, uint32 * ext_disc_reason); + BOOL rdp_loop(BOOL * deactivated, uint32 * ext_disc_reason); BOOL rdp_connect(char *server, uint32 flags, char *domain, char *password, char *command, char *directory); *************** *** 148,153 **** /* serial.c */ int serial_enum_devices(uint32 * id, char *optarg); - BOOL serial_get_timeout(NTHANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout); BOOL serial_get_event(NTHANDLE handle, uint32 * result); /* tcp.c */ STREAM tcp_init(uint32 maxlen); --- 151,156 ---- /* serial.c */ int serial_enum_devices(uint32 * id, char *optarg); BOOL serial_get_event(NTHANDLE handle, uint32 * result); + BOOL serial_get_timeout(NTHANDLE handle, uint32 length, uint32 * timeout, uint32 * itv_timeout); /* tcp.c */ STREAM tcp_init(uint32 maxlen); *************** *** 177,182 **** void rdp_send_scancode(uint32 time, uint16 flags, uint8 scancode); /* xwin.c */ - void ui_begin_update(void); - void ui_end_update(void); BOOL get_key_state(unsigned int state, uint32 keysym); BOOL ui_init(void); --- 180,183 ---- *************** *** 215,227 **** void ui_polygon(uint8 opcode, uint8 fillmode, POINT * point, int npoints, BRUSH * brush, int bgcolour, int fgcolour); ! void ui_polyline(uint8 opcode, POINT * point, int npoints, PEN * pen); void ui_ellipse(uint8 opcode, uint8 fillmode, int x, int y, int cx, int cy, BRUSH * brush, int bgcolour, int fgcolour); void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy, int bgcolour, int fgcolour); ! void ui_draw_text(uint8 font, uint8 flags, uint8 opcode, int mixmode, int x, int y, ! int clipx, int clipy, int clipcx, int clipcy, int boxx, int boxy, ! int boxcx, int boxcy, BRUSH * brush, int bgcolour, int fgcolour, ! uint8 * text, uint8 length); void ui_desktop_save(uint32 offset, int x, int y, int cx, int cy); void ui_desktop_restore(uint32 offset, int x, int y, int cx, int cy); --- 216,229 ---- void ui_polygon(uint8 opcode, uint8 fillmode, POINT * point, int npoints, BRUSH * brush, int bgcolour, int fgcolour); ! void ui_polyline(uint8 opcode, POINT * points, int npoints, PEN * pen); void ui_ellipse(uint8 opcode, uint8 fillmode, int x, int y, int cx, int cy, BRUSH * brush, int bgcolour, int fgcolour); void ui_draw_glyph(int mixmode, int x, int y, int cx, int cy, HGLYPH glyph, int srcx, int srcy, int bgcolour, int fgcolour); ! void ui_draw_text(uint8 font, uint8 flags, uint8 opcode, int mixmode, int x, int y, int clipx, ! int clipy, int clipcx, int clipcy, int boxx, int boxy, int boxcx, int boxcy, ! BRUSH * brush, int bgcolour, int fgcolour, uint8 * text, uint8 length); void ui_desktop_save(uint32 offset, int x, int y, int cx, int cy); void ui_desktop_restore(uint32 offset, int x, int y, int cx, int cy); + void ui_begin_update(void); + void ui_end_update(void); ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click