~ubuntu-branches/ubuntu/vivid/freerdp/vivid

« back to all changes in this revision

Viewing changes to include/freerdp/gdi/clipping.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-11-11 12:20:50 UTC
  • mfrom: (1.1.9) (9.1.17 sid)
  • Revision ID: package-import@ubuntu.com-20141111122050-wyr8hrnwco9fcmum
Tags: 1.1.0~git20140921.1.440916e+dfsg1-2ubuntu1
* Merge with Debian unstable, remaining changes
  - Disable ffmpeg support
* Disable gstreamer support, this relies on gstreamer 0.10 and we don't want
  to add any more deps on that.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * FreeRDP: A Remote Desktop Protocol Client
 
2
 * FreeRDP: A Remote Desktop Protocol Implementation
3
3
 * GDI Clipping Functions
4
4
 *
5
5
 * Copyright 2010-2011 Marc-Andre Moreau <marcandre.moreau@gmail.com>
17
17
 * limitations under the License.
18
18
 */
19
19
 
20
 
#ifndef __GDI_CLIPPING_H
21
 
#define __GDI_CLIPPING_H
 
20
#ifndef FREERDP_GDI_CLIPPING_H
 
21
#define FREERDP_GDI_CLIPPING_H
22
22
 
23
23
#include <freerdp/api.h>
24
24
#include <freerdp/gdi/gdi.h>
28
28
FREERDP_API int gdi_SetNullClipRgn(HGDI_DC hdc);
29
29
FREERDP_API int gdi_ClipCoords(HGDI_DC hdc, int *x, int *y, int *w, int *h, int *srcx, int *srcy);
30
30
 
31
 
#endif /* __GDI_CLIPPING_H */
 
31
#endif /* FREERDP_GDI_CLIPPING_H */