mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-05 09:58:21 +02:00
Include <X11/extensions/dmx.h> and remove _DMX_SERVER_ define.
Fixes build with newer dmx header files that have been split between dmx.h and dmxext.h. _DMX_SERVER_ is no longer needed with the split headers. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
232d43510e
commit
e85775aa64
1 changed files with 1 additions and 3 deletions
|
|
@ -56,9 +56,7 @@
|
|||
|
||||
#include "dmxextension.h"
|
||||
#include <X11/extensions/dmxproto.h>
|
||||
|
||||
#define _DMX_SERVER_
|
||||
#include <X11/extensions/dmxext.h>
|
||||
#include <X11/extensions/dmx.h>
|
||||
|
||||
#ifdef PANORAMIX
|
||||
#include "panoramiX.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue