/[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 1149 by ossman_, Thu Mar 16 15:27:59 2006 UTC revision 1151 by ossman_, Fri Mar 17 08:52:29 2006 UTC
# Line 278  void ui_seamless_create_window(unsigned Line 278  void ui_seamless_create_window(unsigned
278  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);  void ui_seamless_destroy_window(unsigned long id, unsigned long flags);
279  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,
280                               unsigned long flags);                               unsigned long flags);
281    void ui_seamless_restack_window(unsigned long id, unsigned long behind, unsigned long flags);
282  void ui_seamless_settitle(unsigned long id, const char *title, unsigned long flags);  void ui_seamless_settitle(unsigned long id, const char *title, unsigned long flags);
283  void ui_seamless_setstate(unsigned long id, unsigned int state, unsigned long flags);  void ui_seamless_setstate(unsigned long id, unsigned int state, unsigned long flags);
284  void ui_seamless_syncbegin(unsigned long flags);  void ui_seamless_syncbegin(unsigned long flags);
# Line 287  BOOL lspci_init(void); Line 288  BOOL lspci_init(void);
288  BOOL seamless_init(void);  BOOL seamless_init(void);
289  void seamless_send_sync(void);  void seamless_send_sync(void);
290  void seamless_send_state(unsigned long id, unsigned int state, unsigned long flags);  void seamless_send_state(unsigned long id, unsigned int state, unsigned long flags);
291    void seamless_send_zchange(unsigned long id, unsigned long below, unsigned long flags);
292    
293  /* *INDENT-OFF* */  /* *INDENT-OFF* */
294  #ifdef __cplusplus  #ifdef __cplusplus

Legend:
Removed from v.1149  
changed lines
  Added in v.1151

  ViewVC Help
Powered by ViewVC 1.1.26