Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_scrollframe.c 


Log Message:


feed hold event

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_scrollframe.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_scrollframe.c     26 Feb 2008 09:47:50 -0000      1.21
+++ e_scrollframe.c     31 Mar 2008 21:52:50 -0000      1.22
@@ -543,6 +543,7 @@
                            sd->down.sy = y;
                         }
                    }
+                 evas_event_feed_hold(e, 0, ev->timestamp, ev->data);
               }
             sd->down.dragged = 0;
             sd->down.now = 0;
@@ -598,6 +599,8 @@
                  (e_config->thumbscroll_threshhold * 
                   e_config->thumbscroll_threshhold)))
               {
+                 if (!sd->down.dragged)
+                   evas_event_feed_hold(e, 1, ev->timestamp, ev->data);
                  ev->event_flags |= EVAS_EVENT_FLAG_ON_HOLD;
                  sd->down.dragged = 1;
               }



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to