janus-gateway: make video call plugin optional
[buildroot-gz.git] / package / x11r7 / xdriver_xf86-video-qxl / 0001-systemincludes.patch
blob0c681f28984c18474cce422715e33240a189bfff
1 From 83e00bb5f9b74c0d7059c189d747ec3c24c7798a Mon Sep 17 00:00:00 2001
2 From: Christophe Fergeau <cfergeau@redhat.com>
3 Date: Tue, 4 Aug 2015 17:36:12 +0200
4 Subject: Use <> for system-includes
6 These headers come from /usr/include/xorg/ so it's clearer if they are
7 included using <>. While at it, I've reordered them alphabetically.
8 ---
9 Downloaded from
10 https://cgit.freedesktop.org/xorg/driver/xf86-video-qxl/commit/?id=83e00bb5f9b74c0d7059c189d747ec3c24c7798a
12 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
14 diff --git a/src/uxa/uxa-damage.c b/src/uxa/uxa-damage.c
15 index 3e4c075..6201712 100644
16 --- a/src/uxa/uxa-damage.c
17 +++ b/src/uxa/uxa-damage.c
18 @@ -27,12 +27,13 @@
19 #include <stdlib.h>
20 #include "uxa-priv.h"
22 +#include <dixfontstr.h>
23 +#include <gcstruct.h>
24 +#include <picturestr.h>
25 +#include <scrnintstr.h>
26 +#include <windowstr.h>
27 #include <X11/X.h>
28 -#include "scrnintstr.h"
29 -#include "windowstr.h"
30 -#include "dixfontstr.h"
31 -#include "gcstruct.h"
32 -#include "picturestr.h"
34 #include "uxa-damage.h"
36 typedef struct _damageGCPriv {
37 --
38 cgit v0.10.2