Fixing bustage

git-svn-id: svn://10.0.0.236/trunk@163643 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronleventhal%moonset.net 2004-10-13 02:24:38 +00:00
parent c6de09bfe0
commit ddfefbb3fc
4 changed files with 10 additions and 2 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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