On Wed, Feb 17, 2010 at 9:49 PM, Peter Hutterer <[email protected]> wrote: > The XI protocol spec only allows for two errors on the SetDeviceMode > requests: BadMatch or BadMode. BadMode however is a dynamically assigned > extension error and the driver doesn't have access to the actual error > number. Hence, if a SetDeviceMode driver returns an error other than > BadMatch, assume BadMode. > > The two exceptions are BadAlloc and BadImplementations, pass these on to the > client (any request is allowed to return either of those). > > Signed-off-by: Peter Hutterer <[email protected]>
Seems reasonable. Reviewed-by: Dan Nicholson <[email protected]> _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
