comparison DOCS/tech/libvo2.txt @ 12216:d4e2bdc246a3

-vo caca documentation, patch by Pigeon <pigeon@pigeond.net>
author diego
date Sat, 17 Apr 2004 03:59:00 +0000
parents 551d1f5ca980
children
comparison
equal deleted inserted replaced
12215:52d8cdd6b6c1 12216:d4e2bdc246a3
180 180
181 we need fullscreen switch control function too. 181 we need fullscreen switch control function too.
182 182
183 > Maybe we should allow video driver to change the libin driver ? 183 > Maybe we should allow video driver to change the libin driver ?
184 forget libin. most input stuff is handled by libvo drivers. 184 forget libin. most input stuff is handled by libvo drivers.
185 think of all X stuff (x11,xv,dga,xmga,gl), SDL, aalib, svgalib. 185 think of all X stuff (x11,xv,dga,xmga,gl), SDL, aalib, libcaca, svgalib.
186 only a few transparent drivers (fbdev, mga, tdfxfb, vesa) has not, but all 186 only a few transparent drivers (fbdev, mga, tdfxfb, vesa) has not, but all
187 of them are running on console (and maybe on second head) at fullscreen, so 187 of them are running on console (and maybe on second head) at fullscreen, so
188 they may not need mouse events. console keyboard events are already catched 188 they may not need mouse events. console keyboard events are already catched
189 and handled by getch2. 189 and handled by getch2.
190 190