diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-03-30 07:28:17 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-03-30 07:28:17 +0000 |
| commit | ab5aa90e1e05a89845c6e802ef1b2366d203aa45 (patch) | |
| tree | 24b8f67a1cc123481b3f21fdc026795969a073cf /lib/gdi/gfont.cpp | |
| parent | cfe43ee16030fd37f6bce9ba99e367c15ecbf44f (diff) | |
| download | enigma2-ab5aa90e1e05a89845c6e802ef1b2366d203aa45.tar.gz enigma2-ab5aa90e1e05a89845c6e802ef1b2366d203aa45.zip | |
- default fonts handled in windowstyle
- fixed 32bit ARGB support (drawLine)
- add sdl (but currently disabled)
- fixed /dev/vc/0 -> /dev/stdin for console input
- added alignment to label
- fixed skin parsing (getElementsByTagName didn't do what i expected)
Diffstat (limited to 'lib/gdi/gfont.cpp')
| -rw-r--r-- | lib/gdi/gfont.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gdi/gfont.cpp b/lib/gdi/gfont.cpp new file mode 100644 index 00000000..14fc8f37 --- /dev/null +++ b/lib/gdi/gfont.cpp @@ -0,0 +1,3 @@ +#include <lib/gdi/gfont.h> + +DEFINE_REF(gFont); |
