Re: [PATCH 03/19] xf86: change EnterVT/LeaveVT to take a ScrnInfoPtr (ABI/API break)

2012-05-15 Thread Adam Jackson
On 5/14/12 12:40 PM, Dave Airlie wrote: This modifies the EnterVT/LeaveVT interfaces to take a ScrnInfoPtr instead of an index into xf86Screens. This allows dropping more public dereferences of the xf86Screens and screenInfo. If someone's feeling enterprising: this whole VT idea should really

[PATCH 03/19] xf86: change EnterVT/LeaveVT to take a ScrnInfoPtr (ABI/API break)

2012-05-14 Thread Dave Airlie
This modifies the EnterVT/LeaveVT interfaces to take a ScrnInfoPtr instead of an index into xf86Screens. This allows dropping more public dereferences of the xf86Screens and screenInfo. Signed-off-by: Dave Airlie airl...@redhat.com --- glx/glxdri.c | 14 ++