/[rdesktop]/jpeg/rdesktop/trunk/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 /jpeg/rdesktop/trunk/proto.h

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

revision 1214 by ossman_, Tue Mar 28 13:56:08 2006 UTC revision 1255 by stargo, Sun Sep 17 11:04:50 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, uint16 width,  BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint8 width, uint8 height,
105                            uint16 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 165  BOOL rdpdr_abort_io(uint32 fd, uint32 ma Line 165  BOOL rdpdr_abort_io(uint32 fd, uint32 ma
165  /* rdpsnd.c */  /* rdpsnd.c */
166  void rdpsnd_send_completion(uint16 tick, uint8 packet_index);  void rdpsnd_send_completion(uint16 tick, uint8 packet_index);
167  BOOL rdpsnd_init(void);  BOOL rdpsnd_init(void);
168  /* rdpsnd_oss.c */  BOOL rdpsnd_select_driver(char *driver, char *options);
169  BOOL wave_out_open(void);  void rdpsnd_show_help(void);
170  void wave_out_close(void);  inline void rdpsnd_play(void);
 BOOL wave_out_format_supported(WAVEFORMATEX * pwfx);  
 BOOL wave_out_set_format(WAVEFORMATEX * pwfx);  
 void wave_out_volume(uint16 left, uint16 right);  
 void wave_out_write(STREAM s, uint16 tick, uint8 index);  
 void wave_out_play(void);  
171  /* secure.c */  /* secure.c */
172  void sec_hash_48(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2, uint8 salt);  void sec_hash_48(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2, uint8 salt);
173  void sec_hash_16(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2);  void sec_hash_16(uint8 * out, uint8 * in, uint8 * salt1, uint8 * salt2);
# Line 283  void ui_seamless_toggle(void); Line 278  void ui_seamless_toggle(void);
278  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,
279                                 unsigned long flags);                                 unsigned long flags);
280  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);
281    void ui_seamless_destroy_group(unsigned long id, unsigned long flags);
282  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,
283                               unsigned long flags);                               unsigned long flags);
284  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.1214  
changed lines
  Added in v.1255

  ViewVC Help
Powered by ViewVC 1.1.26