]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blobdiff - lua/luakms.i
Add DumbFramebuffer
[android/external-libkmsxx.git] / lua / luakms.i
index 2920c46de6ea9a54278602b3ecb324096ffe4b5e..5530f845eaa445a26539551fff54073c6c10feeb 100644 (file)
@@ -1,7 +1,9 @@
 %module libluakms
 %{
 #include "kms++.h"
-#include "utils/testpat.h"
+
+#include "testpat.h"
+
 using namespace kms;
 %}
 
@@ -15,7 +17,9 @@ using namespace kms;
 %include "card.h"
 %include "property.h"
 %include "framebuffer.h"
+%include "dumbframebuffer.h"
 %include "plane.h"
 %include "connector.h"
 %include "encoder.h"
-%include "utils/testpat.h"
+
+%include "testpat.h"