Re: [PATCH 01/14] present: Disable when Xinerama is active

2013-11-22 Thread Alan Coopersmith
On 11/22/13 03:25 AM, walter harms wrote: The name of the variable is bad. And has been for the two decades since it was introduced. Unfortunately, this is now the extension variable convention long since baked into Xorg and all modules and drivers, and overlays such as Xvnc, and changing it

Re: [PATCH 01/14] present: Disable when Xinerama is active

2013-11-22 Thread walter harms
Am 21.11.2013 23:43, schrieb Adam Jackson: > Among much else Present depends on RANDR types, and RANDR isn't properly > Xinerama-aware yet anyway. > > Signed-off-by: Adam Jackson > --- > present/present_screen.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/present/present_scr

[PATCH 01/14] present: Disable when Xinerama is active

2013-11-21 Thread Adam Jackson
Among much else Present depends on RANDR types, and RANDR isn't properly Xinerama-aware yet anyway. Signed-off-by: Adam Jackson --- present/present_screen.c | 5 + 1 file changed, 5 insertions(+) diff --git a/present/present_screen.c b/present/present_screen.c index 2702cd6..25ef681 100644