Changeset 38822 in webkit for trunk/JavaScriptCore/wtf/Platform.h


Ignore:
Timestamp:
Nov 27, 2008, 3:30:56 PM (17 years ago)
Author:
[email protected]
Message:

2008-11-26 Brent Fulgham <[email protected]>

Reviewed by Alexey Proskuryakov.

Enable mouse panning feaure on Windows Cairo build.
See http://bugs.webkit.org/show_bug.cgi?id=22525

  • wtf/Platform.h: Enable mouse panning feaure on Windows Cairo build.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/wtf/Platform.h

    r38819 r38822  
    436436#endif
    437437
    438 #if !defined(ENABLE_PAN_SCROLLING) && (PLATFORM(WIN) || PLATFORM(CHROMIUM) || (PLATFORM(WX) && PLATFORM(WIN_OS)))
     438#if !defined(ENABLE_PAN_SCROLLING) && (PLATFORM(WIN) || PLATFORM(CHROMIUM) || (PLATFORM(WX) && PLATFORM(WIN_OS)) || (PLATFORM(CAIRO) && PLATFORM(WIN_OS)))
    439439#define ENABLE_PAN_SCROLLING 1
    440440#endif
Note: See TracChangeset for help on using the changeset viewer.