Mercurial > sdl-ios-xcode
comparison src/video/directfb/SDL_DirectFB_mouse.c @ 4636:b196d2758026
Couriersud to Sam
Hi Sam,
20100815_1.diff contains updates for the directfb driver:
- more documentation, mainly on software OpenGL in README.directfb
- Revised error handling leading to leaner code
- Improved/fixed OpenGL handling of multiple contexts.
- Made the built-in simple window manager handle OpenGL windows.
- Rewrote pixelformat mapping - this was quite ugly before.
Well, all software GL, but working :-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 16 Aug 2010 09:04:55 -0700 |
parents | 25b9cd8bdc30 |
children | 164f20ba08eb |
comparison
equal
deleted
inserted
replaced
4635:0a07d002f10b | 4636:b196d2758026 |
---|---|
251 } | 251 } |
252 | 252 |
253 void | 253 void |
254 DirectFB_QuitMouse(_THIS) | 254 DirectFB_QuitMouse(_THIS) |
255 { | 255 { |
256 SDL_DFB_DEVICEDATA(_this); | 256 //SDL_DFB_DEVICEDATA(_this); |
257 } | 257 } |
258 | 258 |
259 | 259 |
260 #endif | 260 #endif |
261 | 261 |