From 6e687a50a93ae780b5a7cbc03193f40f6e80eaa6 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sun, 18 Feb 2018 11:53:17 -0800 Subject: *: embrace new generic settings paradigm This should probably be split into multiple commits, but for simplicity sake it's all cut over at once. drm_fb.c sees major changes, migrating the remaining drm-specific bits from drmsetup into it, behind the settings API. rototiller.c sees a bunch of scaffolding surrounding the settings API and wiring it up into the commandline handling and renderers and video backends. fb.[ch] see minor changes as settings get plumbed to the backend drmsetup.[ch] goes bye bye --- src/drmsetup.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/drmsetup.h (limited to 'src/drmsetup.h') diff --git a/src/drmsetup.h b/src/drmsetup.h deleted file mode 100644 index 61af2d5..0000000 --- a/src/drmsetup.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _DRM_SETUP_H -#define _DRM_SETUP_H - -#include /* xf86drmMode.h uses size_t without including stddef.h, sigh */ -#include -#include - -void drm_setup(int *res_drm_fd, uint32_t *res_crtc_id, uint32_t *res_connector_id, drmModeModeInfoPtr *res_mode); - -#endif -- cgit v1.2.1