[EMAIL PROTECTED] wrote:
> nsBulletFrame(nsStyleContext* aContext) : nsFrame(aContext) {
>     printf (" creating nsBulletFrame\n");
>   }
> And i see the printout.

OK, that's a good indication.  ;)

> void nsDisplayBullet::Paint(...);
> 
> NS_IMETHODIMP nsBulletFrame::BuildDisplayList(...);
> 
> void nsBulletFrame::PaintBullet(...);

Weird. Those are certainly how bullets get painted....

> Here is the diff for my printf changes:

That looks right.  Try breakpointing in those methods in a debugger, I 
guess?

-Boris
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to