Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@163643 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c6de09bfe0
commit
ddfefbb3fc
@ -65,6 +65,11 @@
|
||||
|
||||
#include "nsCaret.h"
|
||||
|
||||
// The bidi indicator hangs off the caret to one side, to show which
|
||||
// direction the typing is in. It needs to be at least 2x2 to avoid looking like
|
||||
// an insignificant dot
|
||||
static const PRUint32 kMinBidiIndicatorPixels = 2;
|
||||
|
||||
#if !defined(XP_UNIX) || defined(XP_MACOSX)
|
||||
// Because of drawing issues, we currently always make a new RC. See bug 28068
|
||||
// Before removing this, stuff will need to be fixed and tested on all platforms.
|
||||
|
||||
@ -112,7 +112,6 @@ protected:
|
||||
|
||||
nscoord mCaretTwipsWidth; // caret width in twips. this gets calculated laziiy
|
||||
nscoord mBidiIndicatorTwipsSize; // width and height of bidi indicator
|
||||
static const kMinBidiIndicatorPixels = 2;
|
||||
|
||||
PRPackedBool mVisible; // is the caret blinking
|
||||
PRPackedBool mDrawn; // this should be mutable
|
||||
|
||||
@ -65,6 +65,11 @@
|
||||
|
||||
#include "nsCaret.h"
|
||||
|
||||
// The bidi indicator hangs off the caret to one side, to show which
|
||||
// direction the typing is in. It needs to be at least 2x2 to avoid looking like
|
||||
// an insignificant dot
|
||||
static const PRUint32 kMinBidiIndicatorPixels = 2;
|
||||
|
||||
#if !defined(XP_UNIX) || defined(XP_MACOSX)
|
||||
// Because of drawing issues, we currently always make a new RC. See bug 28068
|
||||
// Before removing this, stuff will need to be fixed and tested on all platforms.
|
||||
|
||||
@ -112,7 +112,6 @@ protected:
|
||||
|
||||
nscoord mCaretTwipsWidth; // caret width in twips. this gets calculated laziiy
|
||||
nscoord mBidiIndicatorTwipsSize; // width and height of bidi indicator
|
||||
static const kMinBidiIndicatorPixels = 2;
|
||||
|
||||
PRPackedBool mVisible; // is the caret blinking
|
||||
PRPackedBool mDrawn; // this should be mutable
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user