~ubuntu-branches/ubuntu/jaunty/libgdiplus/jaunty-updates

« back to all changes in this revision

Viewing changes to src/customlinecap.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-05-17 13:38:42 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517133842-t8b8d4lxmhb3vnp0
Tags: 1.2.4-1ubuntu1
* Sync with Debian:
  + debian/control:
    - Add sparc to archs
    - Set Maintainer field...

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Authors:
5
5
 *      Ravindra (rkumar@novell.com)
6
6
 *
7
 
 * Copyright (C) Novell, Inc. 2004. http://www.novell.com
 
7
 * Copyright (C) 2004, 2007 Novell, Inc (http://www.novell.com)
8
8
 */
9
9
 
10
10
#ifndef _CUSTOM_LINECAP_H
43
43
};
44
44
 
45
45
/* CustomLineCap */
46
 
void gdip_custom_linecap_init (GpCustomLineCap *cap, CapClass *vt);
47
 
GpStatus gdip_linecap_setup (GpGraphics *graphics, GpCustomLineCap *customCap);
 
46
void gdip_custom_linecap_init (GpCustomLineCap *cap, CapClass *vt) GDIP_INTERNAL;
 
47
GpStatus gdip_linecap_setup (GpGraphics *graphics, GpCustomLineCap *customCap) GDIP_INTERNAL;
48
48
 
49
49
#endif /* _CUSTOM_LINECAP_H */