Merge remote-tracking branch 'seife/master'

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