summaryrefslogtreecommitdiff
path: root/hw/dmx/glxProxy/glxswap.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-12-12 22:09:14 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2015-02-10 18:14:44 -0800
commitac64a653fb4935a799baca7545ba6ca401e20fa1 (patch)
treed1df679509eb06ec46990c87b1dc8f9a4cb8c7c9 /hw/dmx/glxProxy/glxswap.c
parentbd563fd48f909094d6660854e97811ad7e676ddf (diff)
downloadxserver-ac64a653fb4935a799baca7545ba6ca401e20fa1.tar.gz
dmx: glxproxy prototype cleanup
Gets rid of 107 -Wmissing-prototypes & -Wredundant-decls warnings from gcc 4.8 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: RĂ©mi Cardona <remi@gentoo.org> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/dmx/glxProxy/glxswap.c')
-rw-r--r--hw/dmx/glxProxy/glxswap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/dmx/glxProxy/glxswap.c b/hw/dmx/glxProxy/glxswap.c
index 5f565010d..bc18e5518 100644
--- a/hw/dmx/glxProxy/glxswap.c
+++ b/hw/dmx/glxProxy/glxswap.c
@@ -39,9 +39,7 @@
#include "dmxwindow.h"
#include "glxserver.h"
#include "glxswap.h"
-
-extern int __glXDoSwapBuffers(__GLXclientState * cl, XID drawId,
- GLXContextTag tag);
+#include "glxcmds.h"
typedef struct _SwapGroup *SwapGroupPtr;