[webkit-dev] How to abstract text drag delay and hysteresis

Maciej Stachowiak mjs at apple.com
Thu Feb 21 07:41:24 PST 2008


On Feb 21, 2008, at 5:37 AM, Tor Arne Vestbø wrote:

> Hi,
>
> First of all, this is my first post to the webkit-dev list, so hi
> everyone! :)
>
> Now...we would like to provide values for text drag delay and  
> hysteresis
> based on Qt defaults. What would be the preferred way of abstracting  
> this?
>
> Adding #if PLATFORM(QT) in EventHandler.cpp does not sit quite right
> with me, but maybe a global function?

Ideally some code in WebCore/platform should abstract this out. Using  
global functions would be ok.

  - Maciej

>
>
> Tor Arne
>
> -- 
> Tor Arne Vestbø, Software Engineer
> Trolltech ASA, Oslo, Norway
> http://www.trolltech.com/
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



More information about the webkit-dev mailing list