commit | 6ae9e8cbabdc8a18a821ea3f716b18b3eb82a495 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Tue May 03 10:20:14 2011 -0700 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Wed May 04 14:08:48 2011 -0700 |
tree | 8c014701e23d64c98fae75f63e6d70387cb5a420 | |
parent | 37058c3497850f452bdaf70a5dda07ee4840b6b9 [diff] |
GLX: don't crash when indirect clients try to set an event mask After sending the GLXChangeDrawableAttributes request, we also set a local set of attributes on the DRI drawable. But in the indirect case this array won't be present, so skip the setting in that case to avoid a crash. Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>