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

« back to all changes in this revision

Viewing changes to include/gc.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    pointer /*pGC*/,
123
123
    XID /*gid*/);
124
124
 
125
 
extern _X_EXPORT GCPtr CreateScratchGC(
126
 
    ScreenPtr /*pScreen*/,
127
 
    unsigned /*depth*/);
128
 
 
129
125
extern _X_EXPORT void FreeGCperDepth(
130
126
    int /*screenNum*/);
131
127