Prototype for ui_seamless_syncbegin.

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/branches/seamlessrdp-branch/rdesktop@1126 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2006-03-15 11:48:32 +00:00
parent 456e775f90
commit 90aa81def6

View File

@ -279,6 +279,7 @@ void ui_seamless_move_window(unsigned long id, int x, int y, int width, int heig
unsigned long flags);
void ui_seamless_settitle(unsigned long id, const char *title, unsigned long flags);
void ui_seamless_setstate(unsigned long id, unsigned int state, unsigned long flags);
void ui_seamless_syncbegin(unsigned long flags);
/* lspci.c */
BOOL lspci_init(void);
/* seamless.c */