Turn on triangle cursor temporarily for Unix, until bug 4202 gets fixed

git-svn-id: svn://10.0.0.236/trunk@25457 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
akkana%netscape.com
1999-03-29 22:02:16 +00:00
parent 2cc4034036
commit cc11e40e72
2 changed files with 18 additions and 4 deletions

View File

@@ -682,8 +682,15 @@ TextFrame::PrepareUnicodeText(nsTextTransformer& aTX,
return numSpaces;
}
//#define SHOW_SELECTION_CURSOR // should be turned off when the caret code is activated
//
// This should be commented out, but some gfx changes on the weekend of
// 4/20-21/1999 broke caret rendering on Unix, so in a vain effort to
// get any cursor at all visible, I've uncommented this for Unix. :-(
// See http://bugzilla.mozilla.org/show_bug.cgi?id=4202 for status.
//
#ifdef XP_UNIX
#define SHOW_SELECTION_CURSOR // should be turned off when the caret code is activated
#endif
#ifdef SHOW_SELECTION_CURSOR