From 8178aa57c399dedac50a6fb6b87c38947fb93645 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 1 Mar 2004 13:44:14 +0000 Subject: 3. Added missing parts to XKB to make XEVIE branch compile (Egbert Eich). 2. Merged with XORG-CURRENT branch to obtain a bugfix (Egbert Eich). 1. First add of SUN's XIVIE extension (Stuart Kreitman). --- src/XpNotifyPdm.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/XpNotifyPdm.c b/src/XpNotifyPdm.c index 48ab2bb..fb60fab 100644 --- a/src/XpNotifyPdm.c +++ b/src/XpNotifyPdm.c @@ -41,7 +41,7 @@ ** ****************************************************************************** *****************************************************************************/ -/* $XFree86: xc/lib/Xp/XpNotifyPdm.c,v 1.7 2003/07/20 16:12:14 tsi Exp $ */ +/* $XFree86: xc/lib/Xp/XpNotifyPdm.c,v 1.8 2003/12/22 17:48:04 tsi Exp $ */ #include #include @@ -570,6 +570,7 @@ static Bool digOutPropertyNotify( return( False ); } +#ifdef UNUSED /* * Dig out a ClientMessage of type PDM_REPLY. */ @@ -590,7 +591,7 @@ static Bool digOutClientMessage( } return( False ); } - +#endif /****************************************************************************** -- cgit v1.2.1