summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-10-11 14:17:17 -0400
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2007-10-11 14:18:59 -0400
commit6adeba17301a309be2f34cd51eca84a13d5503fd (patch)
tree432bd4dbbb07a77945380cfcf7b976b0cc202678 /render
parent8f23d40068151ad85cde239d07031284f0b2c4dc (diff)
dix: Add a new "registry" mechanism for registering string names of things.
Supports protocol requests, events, and errors, and resource names. Modify XRES extension to use it.
Diffstat (limited to 'render')
-rw-r--r--render/picture.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/render/picture.c b/render/picture.c
index 184edb48b..dd4221f1a 100644
--- a/render/picture.c
+++ b/render/picture.c
@@ -584,11 +584,9 @@ PictureInit (ScreenPtr pScreen, PictFormatPtr formats, int nformats)
if (!GlyphSetType)
return FALSE;
PictureGeneration = serverGeneration;
-#ifdef XResExtension
RegisterResourceName (PictureType, "PICTURE");
RegisterResourceName (PictFormatType, "PICTFORMAT");
RegisterResourceName (GlyphSetType, "GLYPHSET");
-#endif
}
if (!formats)
{