diff options
Diffstat (limited to 'kms++/helpers.h')
-rw-r--r-- | kms++/helpers.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kms++/helpers.h b/kms++/helpers.h deleted file mode 100644 index 4eb597c..0000000 --- a/kms++/helpers.h +++ /dev/null @@ -1,12 +0,0 @@ -#pragma once - -#include <xf86drm.h> -#include <xf86drmMode.h> - -namespace kms -{ -struct Videomode; - -Videomode drm_mode_to_video_mode(const drmModeModeInfo& drmmode); -drmModeModeInfo video_mode_to_drm_mode(const Videomode& mode); -} |