fix for GHOST/X11 using uninitialized memory for the tablets active state. (possible cause of reported glitches in tablet use).

This commit is contained in:
Campbell Barton 2013-01-16 22:00:03 +00:00
parent 5ddc7d64a8
commit 9e7b954ed0

@ -456,6 +456,8 @@ GHOST_WindowX11(
#ifdef WITH_X11_XINPUT
initXInputDevices();
m_tabletData.Active = GHOST_kTabletModeNone;
#endif
/* now set up the rendering context. */