~ubuntu-branches/ubuntu/utopic/freerdp/utopic

« back to all changes in this revision

Viewing changes to server/X11/xf_encode.h

  • Committer: Package Import Robot
  • Author(s): Otavio Salvador, Jeremy Bicha
  • Date: 2012-02-11 10:34:05 UTC
  • mfrom: (1.1.7) (9.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120211103405-mk0gjhjn70eeyxul
Tags: 1.0.1-1
[ Jeremy Bicha ]
* New upstream release. Closes: #659332.
* Updated symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "xf_peer.h"
27
27
 
28
28
XImage* xf_snapshot(xfPeerContext* xfp, int x, int y, int width, int height);
 
29
void xf_xdamage_subtract_region(xfPeerContext* xfp, int x, int y, int width, int height);
 
30
void* xf_monitor_updates(void* param);
29
31
 
30
32
#endif /* __XF_ENCODE_H */