~vcs-imports/libwmf/main

« back to all changes in this revision

Viewing changes to gdwmfapi.h

  • Committer: vivien
  • Date: 2000-10-16 00:25:42 UTC
  • Revision ID: Arch-1:libwmf@bazaar.ubuntu.com%libwmf--MAIN--0--patch-42
*** empty log message ***

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
void gd_clip_rect(CSTRUCT *cstruct);
41
41
void gd_no_clip_rect(CSTRUCT *cstruct);
42
42
void gd_copy_xpm(CSTRUCT *cstruct,U16 src_x, U16 src_y, U16 dest_x, U16 dest_y,U16 dest_w,U16 dest_h,char *filename,U32 dwROP);
43
 
void gd_draw_text(CSTRUCT *cstruct,char *str,RECT *arect,U16 flags,U16 *lpDx,S16 x,S16 y);
 
43
void gd_draw_text(CSTRUCT *cstruct,char *str,RECT *arect,U16 flags,U16 *lpDx,int x,int y);
44
44
void gd_paint_rgn(CSTRUCT *cstruct,WINEREGION *rgn);
45
45
void gd_copyUserData(CSTRUCT *cstruct,DC *old,DC *new);
46
46
void gd_restoreUserData(CSTRUCT *cstruct,DC *new);