forked from pool/xorg-x11-server
Stefan Dirsch
c8690bb170
This submit is just for preparing the final 13.0 release, please have a look at it and comment so i can fix things up until the final 13.0 release for 12.3! #3 OBS-URL: https://build.opensuse.org/request/show/131324 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xorg-x11-server?expand=0&rev=408
28 lines
897 B
Diff
28 lines
897 B
Diff
From: Mike Gorse <mgorse@suse.com>
|
|
Date: Wed Apr 18 22:52:23 UTC 2012
|
|
Subject: [PATCH] VNC: Add a missing prototype
|
|
Patch-Mainline: Currently no upstream project.
|
|
---
|
|
diff -ur xorg-server-1.12.1.orig/hw/vnc/rfbkeyb.c xorg-server-1.12.1/hw/vnc/rfbkeyb.c
|
|
--- xorg-server-1.12.1.orig/hw/vnc/rfbkeyb.c 2012-04-18 17:38:08.302219053 -0500
|
|
+++ xorg-server-1.12.1/hw/vnc/rfbkeyb.c 2012-04-18 16:44:12.873667473 -0500
|
|
@@ -44,6 +44,7 @@
|
|
#endif
|
|
#else
|
|
#include <dix.h>
|
|
+#include <extinit.h>
|
|
#include <mipointer.h>
|
|
#endif
|
|
#include "rfb.h"
|
|
diff -ur xorg-server-1.12.1.orig/hw/vnc/rfbmouse.c xorg-server-1.12.1/hw/vnc/rfbmouse.c
|
|
--- xorg-server-1.12.1.orig/hw/vnc/rfbmouse.c 2012-04-18 17:38:08.302219053 -0500
|
|
+++ xorg-server-1.12.1/hw/vnc/rfbmouse.c 2012-04-18 16:43:28.843217928 -0500
|
|
@@ -46,6 +46,7 @@
|
|
|
|
#else
|
|
#include <dix.h>
|
|
+#include <extinit.h>
|
|
#include <mipointer.h>
|
|
#endif
|
|
#include "rfb.h"
|