[PATCH xserver 1/8] miinitext: General cleanup

Adam Jackson ajax at redhat.com
Tue Nov 7 20:48:03 UTC 2017


On Thu, 2017-11-02 at 16:30 +0000, Emil Velikov wrote:
> On 1 November 2017 at 20:31, Adam Jackson <ajax at redhat.com> wrote:
> > This really just wants to be the list of disable booleans and
> > initialization functions, and nothing else. Stop including the protocol
> > headers from extinit.h, remove a stray mention of xgl, and move an
> > XInput declaration to a better place.
> 
> Might be a good idea to split these up.
> Ones that are likely to break the build of modules (aka, the removal
> of the protocol includes) and rest.

The only driver build breaks this seems to provoke are of the form:

drmmode_display.h:149:30: error: 'DPMSModeOn' undeclared (first use in this function); did you mean 'DMTModes'?

So... probably just #include <X11/extensions/dpmsconst.h> from
globals.h and move on with life?

- ajax


More information about the xorg-devel mailing list