~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to mi/mipolytext.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
}
93
93
 
94
94
 
95
 
int
 
95
_X_EXPORT int
96
96
miPolyText8(pDraw, pGC, x, y, count, chars)
97
97
    DrawablePtr pDraw;
98
98
    GCPtr       pGC;
115
115
}
116
116
 
117
117
 
118
 
int
 
118
_X_EXPORT int
119
119
miPolyText16(pDraw, pGC, x, y, count, chars)
120
120
    DrawablePtr pDraw;
121
121
    GCPtr       pGC;
163
163
}
164
164
 
165
165
 
166
 
void
 
166
_X_EXPORT void
167
167
miImageText8(pDraw, pGC, x, y, count, chars)
168
168
    DrawablePtr pDraw;
169
169
    GCPtr       pGC;
182
182
}
183
183
 
184
184
 
185
 
void
 
185
_X_EXPORT void
186
186
miImageText16(pDraw, pGC, x, y, count, chars)
187
187
    DrawablePtr pDraw;
188
188
    GCPtr       pGC;