]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/external-libkmsxx.git/blob - libkms++/helpers.h
libkms++/property: Add const std::string to_str(uint64_t val) const
[android/external-libkmsxx.git] / libkms++ / helpers.h
1 #pragma once
3 #include <xf86drm.h>
4 #include <xf86drmMode.h>
6 namespace kms
7 {
8 class Videomode;
10 Videomode drm_mode_to_video_mode(const drmModeModeInfo& drmmode);
11 drmModeModeInfo video_mode_to_drm_mode(const Videomode& mode);
12 }