[MPlayer-dev-eng] mp-G2 pre18 / Video with no sound

Sergey Pinaev dfo at antex.ru
Wed May 7 09:31:24 CEST 2003


hi.
On Tue, 6 May 2003 17:11:49 -0400
D Richard Felker III <dalias at aerifal.cx> wrote:

DRFI> lib with a gui. Other good examples of bad libs are gui/widget/game
DRFI> libs that force your whole program to run as a callback function
DRFI> from the library's main loop. (no names here -- everyone knows who I'm
DRFI> talking about... :)

again talking about "sucky bloated gtk+"?
do you ever read documentation for it? =)
hint:
while(1) {
	do_what_you_want();
	if(gtk_main_iteration_do(FALSE)) {
		cleanup_all_what_you_want();
		return 0;
	}
}

-- 
mail="Sergey Pinaev <dfo at antex.ru>"
url="http://`echo $mail | sed 's/.* <\(.*\)>/\1/' | sed 's/@/./'`"



More information about the MPlayer-dev-eng mailing list