diff options
-rw-r--r-- | py/pykms.i | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ using namespace kms; %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>; |