Fork of SimpleGUI by Duncan McIntyre

Committer:
elh
Date:
Tue Oct 18 19:43:15 2016 +0000
Revision:
20:ef07d42ea062
Parent:
14:e6515b19f5a0
Initialize Textwidgets _text to NULL preventing crash if widget is draw until a text was set.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
duncanFrance 13:6714534e7974 1 #ifndef SIMPLEGUI_RED_CROSS_H
duncanFrance 13:6714534e7974 2 #define SIMPLEGUI_RED_CROSS_H
duncanFrance 13:6714534e7974 3
duncanFrance 14:e6515b19f5a0 4 extern unsigned char const RedCross_64x64_bmp[];
duncanFrance 14:e6515b19f5a0 5
duncanFrance 13:6714534e7974 6 #endif