mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Adding BeOS case.
This commit is contained in:
parent
3f43247322
commit
327b3d366e
@ -1471,7 +1471,7 @@ nsInlineFrame::ReflowInlineFrames(nsIPresContext* aPresContext,
|
||||
// little hack lets us override that behavior to allow for more
|
||||
// precise layout in the face of imprecise fonts.
|
||||
static PRBool useComputedHeight = PR_FALSE;
|
||||
#if defined(XP_UNIX) || defined(XP_PC)
|
||||
#if defined(XP_UNIX) || defined(XP_PC) || defined(XP_BEOS)
|
||||
static PRBool firstTime = 1;
|
||||
if (firstTime) {
|
||||
if (getenv("GECKO_USE_COMPUTED_HEIGHT")) {
|
||||
|
@ -1471,7 +1471,7 @@ nsInlineFrame::ReflowInlineFrames(nsIPresContext* aPresContext,
|
||||
// little hack lets us override that behavior to allow for more
|
||||
// precise layout in the face of imprecise fonts.
|
||||
static PRBool useComputedHeight = PR_FALSE;
|
||||
#if defined(XP_UNIX) || defined(XP_PC)
|
||||
#if defined(XP_UNIX) || defined(XP_PC) || defined(XP_BEOS)
|
||||
static PRBool firstTime = 1;
|
||||
if (firstTime) {
|
||||
if (getenv("GECKO_USE_COMPUTED_HEIGHT")) {
|
||||
|
Loading…
Reference in New Issue
Block a user