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:
Kevin E Martin 2009-09-14 08:01:56 +10:00 committed by Peter Hutterer
parent 232d43510e
commit e85775aa64

View File

@ -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"