Quiet uninitialized mem use for blank cursor

harmless but may as well initialize.
This commit is contained in:
Campbell Barton 2015-02-18 10:44:28 +11:00
parent 1fa98b374f
commit 5eecfbd980

@ -1375,7 +1375,7 @@ getEmptyCursor(
) {
if (!m_empty_cursor) {
Pixmap blank;
XColor dummy;
XColor dummy = {0};
char data[1] = {0};
/* make a blank cursor */