/[rdesktop]/sourceforge.net/branches/seamlessrdp-branch/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/branches/seamlessrdp-branch/rdesktop/proto.h

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

revision 1088, Tue Mar 7 08:17:41 2006 UTC revision 1089 by astrand, Fri Mar 10 08:50:43 2006 UTC
# Line 271  void ui_desktop_save(uint32 offset, int Line 271  void ui_desktop_save(uint32 offset, int
271  void ui_desktop_restore(uint32 offset, int x, int y, int cx, int cy);  void ui_desktop_restore(uint32 offset, int x, int y, int cx, int cy);
272  void ui_begin_update(void);  void ui_begin_update(void);
273  void ui_end_update(void);  void ui_end_update(void);
274    void ui_seamless_toggle(void);
275    void ui_seamless_create_window(unsigned long id, unsigned long flags);
276    void ui_seamless_destroy_window(unsigned long id, unsigned long flags);
277    void ui_seamless_move_window(unsigned long id, int x, int y, int width, int height,
278                                 unsigned long flags);
279    void ui_seamless_settitle(unsigned long id, const char *title);
280    void ui_seamless_setstate(unsigned long id, unsigned int state, unsigned long flags);
281  /* lspci.c */  /* lspci.c */
282  BOOL lspci_init(void);  BOOL lspci_init(void);
283    /* seamless.c */
284    BOOL seamless_init(void);
285    void seamless_send_sync(void);
286    
287  /* *INDENT-OFF* */  /* *INDENT-OFF* */
288  #ifdef __cplusplus  #ifdef __cplusplus

Legend:
Removed from v.1088  
changed lines
  Added in v.1089

  ViewVC Help
Powered by ViewVC 1.1.26