~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/src/otlayout/otlgdef.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __OTL_GDEF_H__
 
2
#define __OTL_GDEF_H__
 
3
 
 
4
#include "otltable.h"
 
5
 
 
6
OTL_BEGIN_HEADER
 
7
 
 
8
  OTL_API( void )
 
9
  otl_gdef_validate( OTL_Bytes  table,
 
10
                     OTL_Valid  valid );
 
11
 
 
12
OTL_END_HEADER
 
13
 
 
14
#endif /* __OTL_GDEF_H__ */