~ubuntu-branches/ubuntu/vivid/pango1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to pango/pangowin32.h

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-02-24 12:14:07 UTC
  • mfrom: (1.6.8)
  • Revision ID: package-import@ubuntu.com-20140224121407-qwdtn35328dj7yea
Tags: 1.36.2-2
* Copyright cleanups (thanks Thorsten Alteholz)
  + harfbuzz isn't shipped here any more; remove mention of it
  + mini-fribidi is LGPL-2.1+
  + test/GraphemeBreakTest.txt is under the "Unicode License" (see package
    unicode-data).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#include <windows.h>
38
38
#undef STRICT
39
39
 
 
40
/**
 
41
 * PANGO_RENDER_TYPE_WIN32:
 
42
 *
 
43
 * A string constant identifying the Win32 renderer. The associated quark (see
 
44
 * g_quark_from_string()) is used to identify the renderer in pango_find_map().
 
45
 */
40
46
#define PANGO_RENDER_TYPE_WIN32 "PangoRenderWin32"
41
47
 
42
48
/* Calls for applications