diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-03-08 15:27:27 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-03-08 15:42:47 +0200 |
commit | a41cbe24c45975aab44389e7e894582ee2622806 (patch) | |
tree | 2a12638e08a0f64b1714e7792f2cacb07f0b4c81 /py | |
parent | 3f0a0230676d9d38ec677f88143222ffd70a9f7d (diff) |
libkmstest: color & draw_rect
Diffstat (limited to 'py')
-rw-r--r-- | py/pykms.i | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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*>; |