/[rdesktop]/sourceforge.net/trunk/rdesktop/proto.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/proto.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1231 by jsorg71, Sat Apr 8 03:59:24 2006 UTC revision 1232 by ossman_, Fri Apr 28 07:55:36 2006 UTC
# Line 101  void printercache_process(STREAM s); Line 101  void printercache_process(STREAM s);
101  /* pstcache.c */  /* pstcache.c */
102  void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp);  void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp);
103  BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx);  BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx);
104  BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint8 width,  BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint8 width, uint8 height,
105                            uint8 height, uint16 length, uint8 * data);                            uint16 length, uint8 * data);
106  int pstcache_enumerate(uint8 id, HASH_KEY * keylist);  int pstcache_enumerate(uint8 id, HASH_KEY * keylist);
107  BOOL pstcache_init(uint8 cache_id);  BOOL pstcache_init(uint8 cache_id);
108  /* rdesktop.c */  /* rdesktop.c */
# Line 283  void ui_seamless_toggle(void); Line 283  void ui_seamless_toggle(void);
283  void ui_seamless_create_window(unsigned long id, unsigned long group, unsigned long parent,  void ui_seamless_create_window(unsigned long id, unsigned long group, unsigned long parent,
284                                 unsigned long flags);                                 unsigned long flags);
285  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);
286    void ui_seamless_destroy_group(unsigned long id, unsigned long flags);
287  void ui_seamless_move_window(unsigned long id, int x, int y, int width, int height,  void ui_seamless_move_window(unsigned long id, int x, int y, int width, int height,
288                               unsigned long flags);                               unsigned long flags);
289  void ui_seamless_restack_window(unsigned long id, unsigned long behind, unsigned long flags);  void ui_seamless_restack_window(unsigned long id, unsigned long behind, unsigned long flags);

Legend:
Removed from v.1231  
changed lines
  Added in v.1232

  ViewVC Help
Powered by ViewVC 1.1.26