Commit 5017feb7 authored by Piers Wombwell's avatar Piers Wombwell
Browse files

Changed scrollbar gadget to initialise title-bar validation string despite not...

Changed scrollbar gadget to initialise title-bar validation string despite not having a title bar, to get around a crash in the wimp

Version 0.19. Tagged as 'Gadgets-0_19'
parent 9d3ac669
/* (0.18)
/* (0.19)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.18
#define Module_MajorVersion_CMHG 0.19
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 15 Apr 1999
#define Module_Date_CMHG 20 Apr 1999
#define Module_MajorVersion "0.18"
#define Module_Version 18
#define Module_MajorVersion "0.19"
#define Module_Version 19
#define Module_MinorVersion ""
#define Module_Date "15 Apr 1999"
#define Module_Date "20 Apr 1999"
#define Module_FullVersion "0.18"
#define Module_FullVersion "0.19"
......@@ -290,6 +290,9 @@ scrollbar_add(Scrollbar *sdata, int wimpw, ObjectId object_id,
win.work_flags = 0;
win.sprite_area = NULL;
win.min_width = win.min_height = 1;
win.title_data.it.buffer = NULL;
win.title_data.it.validation = NULL;
win.title_data.it.buffer_size = 0;
win.nicons = 0;
// Display scrollbar if parent is showing
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment