Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / x11 / xorg-server / patches / 34-Xephyr-link.patch
blobc032baed6d777d540af5ba4692234b234882cc89
1 --- a/hw/kdrive/src/kdrive.c 2017-03-15 11:05:25.000000000 -0700
2 +++ a/hw/kdrive/src/kdrive.c 2017-09-19 14:15:20.800426840 -0700
3 @@ -95,6 +95,12 @@
5 static Bool kdCaughtSignal = FALSE;
7 +#if ((defined(__sparc__) || defined(__sparc)) && defined (sun))
8 +int num_total_disp_dev = 0;
9 +int num_session_disp_dev = 0;
10 +char disp_dev_path[PATH_MAX];
11 +#endif
14 * Carry arguments from InitOutput through driver initialization
15 * to KdScreenInit