627b13b9fb
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again.
15 lines
375 B
C
15 lines
375 B
C
--- programs/Xserver/Xext/dmx.c.orig Mon Jan 16 07:43:55 2006
|
|
+++ programs/Xserver/Xext/dmx.c Mon Jan 16 07:44:29 2006
|
|
@@ -57,10 +57,10 @@
|
|
#include "opaque.h"
|
|
|
|
#include "dmxextension.h"
|
|
-#include <X11/extensions/dmxproto.h>
|
|
+#include "dmxproto.h"
|
|
|
|
#define _DMX_SERVER_
|
|
-#include <X11/extensions/dmxext.h>
|
|
+#include "dmxext.h"
|
|
|
|
#ifdef PANORAMIX
|
|
#include "panoramiX.h"
|