This commit is contained in:
cbiesinger%web.de 2004-02-09 17:52:48 +00:00
Родитель 714d1b61c0
Коммит b09d6185e2
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -1452,7 +1452,7 @@ nsPoint nsObjectFrame::GetWindowOriginInPixels(PRBool aWindowless)
}
float t2p;
presContext()->GetTwipsToPixels(&t2p);
presContext->GetTwipsToPixels(&t2p);
origin.x = NSTwipsToIntPixels(origin.x, t2p);
origin.y = NSTwipsToIntPixels(origin.y, t2p);
@ -1591,7 +1591,6 @@ nsObjectFrame::Paint(nsIPresContext* aPresContext,
nsPluginWindow window;
nsPoint origin;
float t2p;
nsMargin margin(0,0,0,0);
window.window = nsnull;
// prepare embedded mode printing struct

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

@ -1452,7 +1452,7 @@ nsPoint nsObjectFrame::GetWindowOriginInPixels(PRBool aWindowless)
}
float t2p;
presContext()->GetTwipsToPixels(&t2p);
presContext->GetTwipsToPixels(&t2p);
origin.x = NSTwipsToIntPixels(origin.x, t2p);
origin.y = NSTwipsToIntPixels(origin.y, t2p);
@ -1591,7 +1591,6 @@ nsObjectFrame::Paint(nsIPresContext* aPresContext,
nsPluginWindow window;
nsPoint origin;
float t2p;
nsMargin margin(0,0,0,0);
window.window = nsnull;
// prepare embedded mode printing struct