[PATCH 02/17] ephyr: Expose a single function for detecting extensions.
Julien Cristau
jcristau at debian.org
Fri Aug 30 05:22:01 PDT 2013
On Mon, Aug 26, 2013 at 13:26:08 -0700, Eric Anholt wrote:
> Signed-off-by: Eric Anholt <eric at anholt.net>
> ---
> hw/kdrive/ephyr/ephyr.c | 15 ++++++++++++++-
> hw/kdrive/ephyr/ephyrdriext.c | 7 +++++--
> hw/kdrive/ephyr/ephyrglxext.c | 3 ++-
> hw/kdrive/ephyr/hostx.c | 29 -----------------------------
> hw/kdrive/ephyr/hostx.h | 3 ++-
> 5 files changed, 23 insertions(+), 34 deletions(-)
>
> diff --git a/hw/kdrive/ephyr/ephyr.c b/hw/kdrive/ephyr/ephyr.c
> index b34b5cc..cd2cae1 100644
> --- a/hw/kdrive/ephyr/ephyr.c
> +++ b/hw/kdrive/ephyr/ephyr.c
> @@ -26,6 +26,9 @@
> #ifdef HAVE_CONFIG_H
> #include <kdrive-config.h>
> #endif
> +
> +#include <xcb/xf86dri.h>
> +
Maybe #ifdef XF86DRI around this one?
> #include "ephyr.h"
>
> #include "inputstr.h"
Cheers,
Julien
More information about the xorg-devel
mailing list