search for: xwayland_compat

Displaying 1 result from an estimated 1 matches for "xwayland_compat".

2012 Jul 04
0
[PATCH] Add xwayland support (v2)
...stopher.halse.rogers at canonical.com> --- configure.ac | 7 ++ src/Makefile.am | 4 ++ src/nouveau_dri2.c | 19 ++++++ src/nv_driver.c | 179 +++++++++++++++++++++++++++++++++++++++---------- src/nv_include.h | 7 ++ src/nv_type.h | 5 ++ src/xwayland_compat.c | 61 +++++++++++++++++ src/xwayland_compat.h | 52 ++++++++++++++ 8 files changed, 299 insertions(+), 35 deletions(-) create mode 100644 src/xwayland_compat.c create mode 100644 src/xwayland_compat.h diff --git a/configure.ac b/configure.ac index af126fb..a69a104 100644 --- a/configure.ac...