diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2005-03-19 20:51:34 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2005-03-19 20:51:34 +0000 |
commit | 1d68ede0eed62b48354a954a62fca98aa2ce9d2d (patch) | |
tree | 986a37dbea1c5cfae1dc1a58d8baf87c99eaa09f /mi/miinitext.c | |
parent | 64f1b3fe7e85245865666607d7b32ef7807df08f (diff) |
//bugs.freedesktop.org/show_bug.cgi?id=2771) attachment #2148
(https://bugs.freedesktop.org/attachment.cgi?id=2148) Remove RENDER
extension from exclusion list for the standalone print server (Xprt) to
get this extension enabled if the print DDX support it.
Diffstat (limited to 'mi/miinitext.c')
-rw-r--r-- | mi/miinitext.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c index 6baace595..06ed7ad29 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/mi/miinitext.c,v 1.14 2004/10/25 07:12:21 gisburn Exp $ */ +/* $XdotOrg: xc/programs/Xserver/mi/miinitext.c,v 1.15 2004/12/08 05:48:16 gisburn Exp $ */ /* $XFree86: xc/programs/Xserver/mi/miinitext.c,v 3.67 2003/01/12 02:44:27 dawes Exp $ */ /*********************************************************** @@ -81,7 +81,6 @@ SOFTWARE. #undef DPMSExtension #undef DPSEXT #undef FONTCACHE -#undef RENDER /* not yet */ #undef DAMAGE #undef XFIXES #undef XEVIE |