summaryrefslogtreecommitdiff
path: root/xserver/hw/dmx/dmxsync.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2012-06-10 13:21:33 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2012-06-10 13:21:33 +0000
commit171e929a08098b6c844887adc43879c7579dc15f (patch)
tree6b4d2e3bc20dbd4dc9a1f031416e66614c53dd21 /xserver/hw/dmx/dmxsync.h
parent68781b09de2c95b87ea898c4ecf3018dfb4460d2 (diff)
Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.
Diffstat (limited to 'xserver/hw/dmx/dmxsync.h')
-rw-r--r--xserver/hw/dmx/dmxsync.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/xserver/hw/dmx/dmxsync.h b/xserver/hw/dmx/dmxsync.h
index 85fd36c07..d67ae09c6 100644
--- a/xserver/hw/dmx/dmxsync.h
+++ b/xserver/hw/dmx/dmxsync.h
@@ -1,4 +1,3 @@
-/* $XFree86$ */
/*
* Copyright 2002 Red Hat Inc., Durham, North Carolina.
*
@@ -40,5 +39,5 @@
extern void dmxSyncActivate(const char *interval);
extern void dmxSyncInit(void);
-extern void dmxSync(DMXScreenInfo *dmxScreen, Bool now);
+extern void dmxSync(DMXScreenInfo * dmxScreen, Bool now);
#endif