The attached patch allows xscreensaver to blank the screen with XDirectFB.
Is there some reason DWET_ENTER should result in X MotionNofity event?

-- 
Ville Syrj�l�
[EMAIL PROTECTED]
http://www.sci.fi/~syrjala/
Index: programs/Xserver/hw/directfb/directfbX.c
===================================================================
RCS file: /cvs/directfb/XDirectFB/programs/Xserver/hw/directfb/directfbX.c,v
retrieving revision 1.31
diff -u -r1.31 directfbX.c
--- programs/Xserver/hw/directfb/directfbX.c    15 Aug 2003 19:50:11 -0000      1.31
+++ programs/Xserver/hw/directfb/directfbX.c    1 Jan 2004 02:27:36 -0000
@@ -237,7 +237,6 @@
      xe.u.keyButtonPointer.time = GetTimeInMillis();
 
      switch (ev->type) {
-          case DWET_ENTER:
           case DWET_MOTION:
                xe.u.u.type = MotionNotify;
                (directfbPointer->public.processInputProc)

Reply via email to