Mercurial > sdl-ios-xcode
comparison README.DirectFB @ 3023:d72a0dd80e8b
DirectFB cleanups & simple window manager
- use SDL_getenv, not getenv ...
- no more support for 0.9.25 - not even mentioned any longer on directfb.org
- fix fullscreen issues
- add a simple window manager unless the directfb team comes up with a working wm.
The driver has support for a very, very basic window manager you may
want to use when runnning with "wm=default". Use
export SDL_DIRECTFB_WM=1
to enable basic window borders including icon support. In order to have the window title rendered,
you need to have the following font installed:
/usr/share/fonts/truetype/freefont/FreeSans.ttf
author | Couriersud <couriersud@arcor.de> |
---|---|
date | Sun, 11 Jan 2009 23:49:23 +0000 |
parents | d364ee9b9c15 |
children | b196d2758026 |
comparison
equal
deleted
inserted
replaced
3022:db20dde98dd3 | 3023:d72a0dd80e8b |
---|---|
47 export SDL_DIRECTFB_YUV_UNDERLAY=1 | 47 export SDL_DIRECTFB_YUV_UNDERLAY=1 |
48 | 48 |
49 to make the YUV texture an underlay. This will make the cursor to | 49 to make the YUV texture an underlay. This will make the cursor to |
50 be shown. | 50 be shown. |
51 | 51 |
52 Simple Window Manager | |
53 ===================== | |
54 | |
55 The driver has support for a very, very basic window manager you may | |
56 want to use when runnning with "wm=default". Use | |
57 | |
58 export SDL_DIRECTFB_WM=1 | |
59 | |
60 to enable basic window borders. In order to have the window title rendered, | |
61 you need to have the following font installed: | |
62 | |
63 /usr/share/fonts/truetype/freefont/FreeSans.ttf | |
64 | |
52 OPENGL Support | 65 OPENGL Support |
53 ============== | 66 ============== |
54 | 67 |
55 As of this writing 20070810 you need to pull Mesa from git and do the following: | 68 As of this writing 20070810 you need to pull Mesa from git and do the following: |
56 | 69 |