summaryrefslogtreecommitdiff
path: root/hw/xnest
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-02-01 14:59:58 +1100
committerAdam Jackson <ajax@redhat.com>2008-02-14 07:11:52 +1100
commit7c0709a736c0f3aa011de67dd2c2962585ab146e (patch)
tree7cca66a5b1494289a92352d34dfa5c4fdf79a776 /hw/xnest
parent62cfe8863823c0994f20555cb35ee3bacb9e5225 (diff)
requestingClient is an xprintism, hide it for other servers.
Diffstat (limited to 'hw/xnest')
-rw-r--r--hw/xnest/Font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xnest/Font.c b/hw/xnest/Font.c
index 72edcee9a..9f30085b1 100644
--- a/hw/xnest/Font.c
+++ b/hw/xnest/Font.c
@@ -44,8 +44,10 @@ xnestRealizeFont(ScreenPtr pScreen, FontPtr pFont)
FontSetPrivate(pFont, xnestFontPrivateIndex, NULL);
+#ifdef XPRINT
if (requestingClient && XpClientIsPrintClient(requestingClient, NULL))
return True;
+#endif
name_atom = MakeAtom("FONT", 4, True);
value_atom = 0L;