Merge remote-tracking branch 'seife/master'

Origin commit data
------------------
Branch: master
Commit: ec3f82441e
Author: martii <m4rtii@gmx.de>
Date: 2013-05-04 (Sat, 04 May 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-05-04 20:52:54 +02:00
13 changed files with 1173 additions and 56 deletions

6
include/glfb.h Normal file
View File

@@ -0,0 +1,6 @@
#include <config.h>
#if HAVE_GENERIC_HARDWARE
#include "../generic-pc/glfb.h"
#else
#error glfb.h only works with HAVE_GENERIC_HARDWARE defined
#endif