зеркало из https://github.com/mozilla/pjs.git
BandRect needs to be public to be visible outside the class definition (HPUX bustage)
This commit is contained in:
Родитель
d2a83d6b4c
Коммит
4412580428
|
@ -65,6 +65,7 @@ protected:
|
||||||
FrameInfo(nsIFrame* aFrame, const nsRect& aRect);
|
FrameInfo(nsIFrame* aFrame, const nsRect& aRect);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
public:
|
||||||
// Doubly linked list of band rects
|
// Doubly linked list of band rects
|
||||||
struct BandRect : PRCListStr {
|
struct BandRect : PRCListStr {
|
||||||
nscoord left, top;
|
nscoord left, top;
|
||||||
|
@ -128,6 +129,7 @@ protected:
|
||||||
void Clear();
|
void Clear();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
protected:
|
||||||
nsIFrame* const mFrame; // frame associated with the space manager
|
nsIFrame* const mFrame; // frame associated with the space manager
|
||||||
nscoord mX, mY; // translation from local to global coordinate space
|
nscoord mX, mY; // translation from local to global coordinate space
|
||||||
BandList mBandList; // header for circular linked list of band rects
|
BandList mBandList; // header for circular linked list of band rects
|
||||||
|
|
|
@ -65,6 +65,7 @@ protected:
|
||||||
FrameInfo(nsIFrame* aFrame, const nsRect& aRect);
|
FrameInfo(nsIFrame* aFrame, const nsRect& aRect);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
public:
|
||||||
// Doubly linked list of band rects
|
// Doubly linked list of band rects
|
||||||
struct BandRect : PRCListStr {
|
struct BandRect : PRCListStr {
|
||||||
nscoord left, top;
|
nscoord left, top;
|
||||||
|
@ -128,6 +129,7 @@ protected:
|
||||||
void Clear();
|
void Clear();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
protected:
|
||||||
nsIFrame* const mFrame; // frame associated with the space manager
|
nsIFrame* const mFrame; // frame associated with the space manager
|
||||||
nscoord mX, mY; // translation from local to global coordinate space
|
nscoord mX, mY; // translation from local to global coordinate space
|
||||||
BandList mBandList; // header for circular linked list of band rects
|
BandList mBandList; // header for circular linked list of band rects
|
||||||
|
|
Загрузка…
Ссылка в новой задаче