~ubuntu-branches/ubuntu/vivid/libxrender/vivid

« back to all changes in this revision

Viewing changes to include/X11/extensions/Xrender.h

  • Committer: Bazaar Package Importer
  • Author(s): Brice Goglin
  • Date: 2008-06-13 18:55:08 UTC
  • mfrom: (2.1.8 hardy)
  • Revision ID: james.westby@ubuntu.com-20080613185508-8eulof6zwsjzgm6i
Tags: 1:0.9.4-2
* Pull upstream master up to commit f6f784c0.
* Fix typo in long descriptions, thanks Justin Pryzby, closes: #459819.
* Add a link to www.X.org and a reference to the upstream module
  in the long description.
* Bump Standards-Version to 3.7.3 (no changes).
* Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in debian/control.
* Drop CVS header from debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#ifndef _XRENDER_H_
26
26
#define _XRENDER_H_
27
27
 
28
 
#include <X11/extensions/render.h>
29
 
 
30
28
#include <X11/Xlib.h>
31
29
#include <X11/Xfuncproto.h>
32
30
#include <X11/Xosdefs.h>
33
31
#include <X11/Xutil.h>
34
32
 
 
33
#include <X11/extensions/render.h>
 
34
 
35
35
typedef struct {
36
36
    short   red;
37
37
    short   redMask;
484
484
void
485
485
XRenderSetPictureFilter (Display    *dpy,
486
486
                         Picture    picture,
487
 
                         char       *filter,
 
487
                         const char *filter,
488
488
                         XFixed     *params,
489
489
                         int        nparams);
490
490