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

2008-02-21 Thread Tor Arne Vestbø
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

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

2008-02-21 Thread Maciej Stachowiak
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?