]> Pileus Git - ~andy/gtk/commit
Added new directfb backend
authorMichael David Emmel <memmel@src.gnome.org>
Sun, 5 Feb 2006 04:04:29 +0000 (04:04 +0000)
committerMichael David Emmel <memmel@src.gnome.org>
Sun, 5 Feb 2006 04:04:29 +0000 (04:04 +0000)
commitf94921838ec7ab49dc7d131770ec0e4c0efbaa1f
tree9921fb48f1e45edb7ef3f54f9ed1178e2f4ae98e
parent9bfabba034d61521bb2d01db886446889ba42666
Added new directfb backend
36 files changed:
configure.in
gdk/Makefile.am
gdk/directfb/AUTHORS [new file with mode: 0644]
gdk/directfb/Makefile.am [new file with mode: 0644]
gdk/directfb/README [new file with mode: 0644]
gdk/directfb/TODO [new file with mode: 0644]
gdk/directfb/gdkcolor-directfb.c [new file with mode: 0644]
gdk/directfb/gdkcursor-directfb.c [new file with mode: 0644]
gdk/directfb/gdkdirectfb.h [new file with mode: 0644]
gdk/directfb/gdkdisplay-directfb.c [new file with mode: 0644]
gdk/directfb/gdkdisplay-directfb.h [new file with mode: 0644]
gdk/directfb/gdkdnd-directfb.c [new file with mode: 0644]
gdk/directfb/gdkdrawable-directfb.c [new file with mode: 0644]
gdk/directfb/gdkevents-directfb.c [new file with mode: 0644]
gdk/directfb/gdkfont-directfb.c [new file with mode: 0644]
gdk/directfb/gdkgc-directfb.c [new file with mode: 0644]
gdk/directfb/gdkgeometry-directfb.c [new file with mode: 0644]
gdk/directfb/gdkglobals-directfb.c [new file with mode: 0644]
gdk/directfb/gdkim-directfb.c [new file with mode: 0644]
gdk/directfb/gdkimage-directfb.c [new file with mode: 0644]
gdk/directfb/gdkinput-directfb.c [new file with mode: 0644]
gdk/directfb/gdkinput-directfb.h [new file with mode: 0644]
gdk/directfb/gdkkeys-directfb.c [new file with mode: 0644]
gdk/directfb/gdkmain-directfb.c [new file with mode: 0644]
gdk/directfb/gdkpixmap-directfb.c [new file with mode: 0644]
gdk/directfb/gdkprivate-directfb.h [new file with mode: 0644]
gdk/directfb/gdkproperty-directfb.c [new file with mode: 0644]
gdk/directfb/gdkscreen-directfb.c [new file with mode: 0644]
gdk/directfb/gdkselection-directfb.c [new file with mode: 0644]
gdk/directfb/gdkspawn-directfb.c [new file with mode: 0644]
gdk/directfb/gdkvisual-directfb.c [new file with mode: 0644]
gdk/directfb/gdkwindow-directfb.c [new file with mode: 0644]
gdk/directfb/gdkwindowid.c [new file with mode: 0644]
gdk/directfb/x-cursors.xbm [new file with mode: 0644]
gdk/gdk.symbols
gtk/Makefile.am