/[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 1377 by jsorg71, Thu Jan 11 03:30:18 2007 UTC revision 1413 by ossman_, Mon Jun 18 12:00:34 2007 UTC
# Line 288  void ui_seamless_create_window(unsigned Line 288  void ui_seamless_create_window(unsigned
288                                 unsigned long flags);                                 unsigned long flags);
289  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);
290  void ui_seamless_destroy_group(unsigned long id, unsigned long flags);  void ui_seamless_destroy_group(unsigned long id, unsigned long flags);
291    void ui_seamless_seticon(unsigned long id, const char *format, int width, int height, int chunk,
292                             const char *data, int chunk_len);
293    void ui_seamless_delicon(unsigned long id, const char *format, int width, int height);
294  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,
295                               unsigned long flags);                               unsigned long flags);
296  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);
# Line 307  void seamless_select_timeout(struct time Line 310  void seamless_select_timeout(struct time
310  unsigned int seamless_send_zchange(unsigned long id, unsigned long below, unsigned long flags);  unsigned int seamless_send_zchange(unsigned long id, unsigned long below, unsigned long flags);
311  unsigned int seamless_send_focus(unsigned long id, unsigned long flags);  unsigned int seamless_send_focus(unsigned long id, unsigned long flags);
312  /* scard.c */  /* scard.c */
 void scardSetInfo(uint32 device, uint32 id, uint32 bytes_out);  
 int scard_enum_devices(uint32 * id, char *optarg);  
313  void scard_lock(int lock);  void scard_lock(int lock);
314  void scard_unlock(int lock);  void scard_unlock(int lock);
 STREAM scard_tcp_init(void);  
 void scard_tcp_connect(void);  
 void scard_tcp_reset_state(void);  
315    
316  /* *INDENT-OFF* */  /* *INDENT-OFF* */
317  #ifdef __cplusplus  #ifdef __cplusplus

Legend:
Removed from v.1377  
changed lines
  Added in v.1413

  ViewVC Help
Powered by ViewVC 1.1.26