hi,all:
    in a game program, the main loop is very simple:
    while(true)
    {
        do_net();
        do_ui_command();
        render_all();
    }

    but i'm fully missing in the gecko brower: how often does it update the 
window? how does it determine which part needs to re-render(as opposite in 
game,there's no need to figure out this,just re-render all)?
    now i only see, the main loop is almost about processing event, but 
which event is the head? which is the result? is there a clean diagram to 
demonstrate the whole process?
    thanks very much! 


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

Reply via email to