mirror of
https://github.com/X11Libre/xf86-video-qxl.git
synced 2026-03-24 01:24:24 +00:00
drop #ifdef RANDR_12_INTERFACE
All (non-ancient) Xservers have it. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
18341f2b48
commit
64f02f7e08
@@ -678,12 +678,9 @@ drmmode_output_get_property(xf86OutputPtr output, Atom property)
|
||||
static const xf86OutputFuncsRec drmmode_output_funcs = {
|
||||
.dpms = drmmode_output_dpms,
|
||||
.create_resources = drmmode_output_create_resources,
|
||||
#ifdef RANDR_12_INTERFACE
|
||||
.set_property = drmmode_output_set_property,
|
||||
.get_property = drmmode_output_get_property,
|
||||
#endif
|
||||
#if 0
|
||||
|
||||
.save = drmmode_crt_save,
|
||||
.restore = drmmode_crt_restore,
|
||||
.mode_fixup = drmmode_crt_mode_fixup,
|
||||
|
||||
@@ -278,10 +278,8 @@ qxl_output_mode_valid (xf86OutputPtr output, DisplayModePtr pModes)
|
||||
static const xf86OutputFuncsRec qxl_output_funcs = {
|
||||
.dpms = qxl_output_dpms,
|
||||
.create_resources = qxl_output_create_resources,
|
||||
#ifdef RANDR_12_INTERFACE
|
||||
.set_property = qxl_output_set_property,
|
||||
.get_property = qxl_output_get_property,
|
||||
#endif
|
||||
.detect = qxl_output_detect,
|
||||
.mode_valid = qxl_output_mode_valid,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user