mozilla-sle11-gcc.patch
changeset 410 0af1b0003b9f
parent 409 ff30593d2daa
child 412 aa28c4f2962a
equal deleted inserted replaced
409:ff30593d2daa 410:0af1b0003b9f
     1 # HG changeset patch
       
     2 # Parent 39e596b823926b5add22bb263734c6c872ee2aad
       
     3 diff --git a/layout/xul/base/src/nsXULTooltipListener.h b/layout/xul/base/src/nsXULTooltipListener.h
       
     4 --- a/layout/xul/base/src/nsXULTooltipListener.h
       
     5 +++ b/layout/xul/base/src/nsXULTooltipListener.h
       
     6 @@ -107,17 +107,17 @@ protected:
       
     7    static void sTooltipCallback (nsITimer* aTimer, void* aListener);
       
     8  
       
     9    // screen coordinates of the last mousemove event, stored so that the
       
    10    // tooltip can be opened at this location.
       
    11    PRInt32 mMouseScreenX, mMouseScreenY;
       
    12  
       
    13    // various constants for tooltips
       
    14    enum {
       
    15 -    kTooltipMouseMoveTolerance = 7,    // 7 pixel tolerance for mousemove event
       
    16 +    kTooltipMouseMoveTolerance = 7    // 7 pixel tolerance for mousemove event
       
    17    };
       
    18  
       
    19    // flag specifying if the tooltip has already been displayed by a MouseMove
       
    20    // event. The flag is reset on MouseOut so that the tooltip will display
       
    21    // the next time the mouse enters the node (bug #395668).
       
    22    bool mTooltipShownOnce;
       
    23  
       
    24  #ifdef MOZ_XUL