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
|
@ -56,9 +56,7 @@
|
||||||
|
|
||||||
#include "dmxextension.h"
|
#include "dmxextension.h"
|
||||||
#include <X11/extensions/dmxproto.h>
|
#include <X11/extensions/dmxproto.h>
|
||||||
|
#include <X11/extensions/dmx.h>
|
||||||
#define _DMX_SERVER_
|
|
||||||
#include <X11/extensions/dmxext.h>
|
|
||||||
|
|
||||||
#ifdef PANORAMIX
|
#ifdef PANORAMIX
|
||||||
#include "panoramiX.h"
|
#include "panoramiX.h"
|
||||||
|
|
Loading…
Reference in New Issue