summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1edb191)
raw | patch | inline | side by side (parent: 1edb191)
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Mon, 9 May 2016 11:39:30 +0000 (14:39 +0300) | ||
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | |
Mon, 9 May 2016 11:39:30 +0000 (14:39 +0300) |
py/pykms.i | patch | blob | history |
diff --git a/py/pykms.i b/py/pykms.i
index 0939805b5e788313ff1897d8c9e6eaa27e026635..cefdce7129b7d51d356d6a0a3fa50f4f49d8abf5 100644 (file)
--- a/py/pykms.i
+++ b/py/pykms.i
%template(CrtcVector) std::vector<kms::Crtc*>;
%template(EncoderVector) std::vector<kms::Encoder*>;
%template(PlaneVector) std::vector<kms::Plane*>;
+%template(VideoModeVector) std::vector<kms::Videomode>;
/* for some reason uint64_t doesn't compile on 64 bit pc */
/* %template(map_u32_u64) std::map<uint32_t, uint64_t>; */
%template(map_u32_u64) std::map<uint32_t, unsigned long long>;