Need to implement LineStyle for Mac. r=buster b=34870

This commit is contained in:
dcone%netscape.com 2000-05-23 19:46:45 +00:00
Родитель f46e0c7972
Коммит 5ea5b10213
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -42,9 +42,10 @@ public:
protected:
nsTransform2D *mTranMatrix; // The rendering contexts transformation matrix
int mAct; // number of active edges
Edge *mActive; // active edge list:edges crossing scanline y
nsTransform2D *mTranMatrix; // The rendering contexts transformation matrix
nsLineStyle mLineStyle; // The current linestyle, currenly used on mac, other platfroms to follow
int mAct; // number of active edges
Edge *mActive; // active edge list:edges crossing scanline y
public:
nsRenderingContextImpl();