[q-lang-cvs] q/modules/ggi/examples flying_ggis.q,1.1,1.2
Brought to you by:
agraef
From: <ag...@us...> - 2003-12-23 02:01:08
|
Update of /cvsroot/q-lang/q/modules/ggi/examples In directory sc8-pr-cvs1:/tmp/cvs-serv31438 Modified Files: flying_ggis.q Log Message: code cleanup Index: flying_ggis.q =================================================================== RCS file: /cvsroot/q-lang/q/modules/ggi/examples/flying_ggis.q,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** flying_ggis.q 23 Dec 2003 01:15:02 -0000 1.1 --- flying_ggis.q 23 Dec 2003 02:01:05 -0000 1.2 *************** *** 4,8 **** /* flying_ggis.q: Another variation of the "Flying GGIs" theme. This one uses a custom font to render the text and an alpha buffer to make it translucent. ! (Requires FreeType and the GGI buffer extension.) */ /* Say `demo' to run. */ --- 4,8 ---- /* flying_ggis.q: Another variation of the "Flying GGIs" theme. This one uses a custom font to render the text and an alpha buffer to make it translucent. ! Requires FreeType. */ /* Say `demo' to run. */ |