mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
xfree86: drivers: geode: drop guard on HAVE_XEXTPROTO_71
We always have xorg-proto >= 7.1 Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
4c208fee94
commit
8a36291c29
@@ -58,13 +58,7 @@
|
||||
#ifdef DPMSExtension
|
||||
#include "globals.h"
|
||||
#include "opaque.h"
|
||||
#ifdef HAVE_XEXTPROTO_71
|
||||
#include <X11/extensions/dpmsconst.h>
|
||||
#else
|
||||
#define DPMS_SERVER
|
||||
#include <X11/extensions/dpms.h>
|
||||
#endif
|
||||
|
||||
#endif /* DPMSExtension */
|
||||
|
||||
/* A few things all drivers should have */
|
||||
|
||||
Reference in New Issue
Block a user