summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-08 15:27:27 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2016-03-08 15:42:47 +0200
commita41cbe24c45975aab44389e7e894582ee2622806 (patch)
tree2a12638e08a0f64b1714e7792f2cacb07f0b4c81 /py
parent3f0a0230676d9d38ec677f88143222ffd70a9f7d (diff)
libkmstest: color & draw_rect
Diffstat (limited to 'py')
-rw-r--r--py/pykms.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/pykms.i b/py/pykms.i
index d1b6581..0801653 100644
--- a/py/pykms.i
+++ b/py/pykms.i
@@ -28,6 +28,7 @@ using namespace kms;
%include "pagefliphandler.h"
%include "videomode.h"
+%include "color.h"
%include "kmstest.h"
%template(ConnectorVector) std::vector<kms::Connector*>;