[teklib-general] teklib: Display "dfb" renamed to "directfb"
Timm S. Mueller
tmueller at neoscientists.org
Sat Jan 10 01:35:21 CET 2009
details: http://hg.teklib.org/teklib/rev/11fd12433f7c
changeset: 214:11fd12433f7c
user: Timm S. Mueller <tmueller at neoscientists.org>
date: Fri Jan 02 19:53:52 2009 +0100
description:
Display "dfb" renamed to "directfb"
diffs (truncated from 6697 to 100 lines):
diff -r 4e80be689afb -r 11fd12433f7c src/build/tmkmakefile
--- a/src/build/tmkmakefile Fri Jan 02 13:30:16 2009 +0100
+++ b/src/build/tmkmakefile Fri Jan 02 19:53:52 2009 +0100
@@ -39,7 +39,7 @@
display_rawfb
[/embed]
[embed body="meta"]
- display_dfb
+ display_directfb
[/embed]
[embed body="meta"]
display_sdl
@@ -49,7 +49,7 @@
[!--
[case_no_descend config="winnt"]
[embed body="meta"]
- display_gdi
+ display_windows
[/embed]
[/case_no_descend]
--]
diff -r 4e80be689afb -r 11fd12433f7c src/display_dfb/build/tmkmakefile
--- a/src/display_dfb/build/tmkmakefile Fri Jan 02 13:30:16 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-
-[include name="BUILD:config.tmk"/]
-
-[body name="paths"]
- TEKLIB = $(PARENT)$(PARENT)
- BINDIR = $(TEKLIB)bin/$(HOST)
-[/body]
-
-[body name="modtargets"]
-
- [embed body="mods"]
- display_dfb
- [/embed]
-
- EXTRAMODLIBS = -L/usr/X11R6/lib -lX11 -lXext `pkg-config --libs directfb`
- EXTRADEFS = -I/usr/include/freetype2/ `pkg-config --cflags directfb`
-
- [embed body="modlink"]
- display_dfb
- $(OBJDIR)/display_dfb_mod.mo \
- $(OBJDIR)/display_dfb_font.mo \
- $(OBJDIR)/display_dfb_api.mo \
- $(OBJDIR)/display_dfb_utf8.mo
- [/embed]
- [embed body="moddep"]
- $(OBJDIR)/display_dfb_mod.mo
- display_dfb_mod.c
- display_dfb_mod.h
- [/embed]
- [embed body="moddep"]
- $(OBJDIR)/display_dfb_font.mo
- display_dfb_font.c
- display_dfb_mod.h
- [/embed]
- [embed body="moddep"]
- $(OBJDIR)/display_dfb_api.mo
- display_dfb_api.c
- display_dfb_mod.h
- [/embed]
- [embed body="moddep"]
- $(OBJDIR)/display_dfb_utf8.mo
- display_dfb_utf8.c
- display_dfb_mod.h
- [/embed]
-[/body]
-
-[include name="BUILD:builds.tmk"/]
-
-[render to="tmk_"]
- makefile_modules
-[/render]
diff -r 4e80be689afb -r 11fd12433f7c src/display_dfb/display_dfb_api.c
--- a/src/display_dfb/display_dfb_api.c Fri Jan 02 13:30:16 2009 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,827 +0,0 @@
-
-/*
-** teklib/src/display_dfb/display_dfb_api.c - DirectFB Display driver
-** Written by Franciska Schulze <fschulze at schulze-mueller.de>
-** See copyright notice in teklib/COPYRIGHT
-*/
-
-#include "display_dfb_mod.h"
-
-TBOOL getimsg(DFBDISPLAY *mod, DFBWINDOW *v, TIMSG **msgptr, TUINT type);
-TVOID genimsg(DFBDISPLAY *mod, DFBWINDOW *vold, DFBWINDOW *vnew, TUINT type);
-
-/*****************************************************************************/
-
-LOCAL void
-dfb_openvisual(DFBDISPLAY *mod, struct TVRequest *req)
-{
- TTAGITEM *tags = req->tvr_Op.OpenWindow.Tags;
- TAPTR exec = TGetExecBase(mod);
- DFBWINDOW *v;
More information about the teklib-general
mailing list