Fixed leftovers from utflib-and-attrstr that broke builds of things I didn't fully update yet, since people want to build them anyway (for testing in a CI environment, I suppose; a real unit test suite would be better for this, though, which is one of the reasons for the _future/unittest stuff...)

Updates #302.
This commit is contained in:
Pietro Gagliardi 2018-03-20 01:58:34 -04:00
parent 8d6e41e199
commit 3e76d799b1
3 changed files with 6 additions and 7 deletions

View File

@ -41,5 +41,4 @@ add_custom_target(examples
controlgallery
histogram
cpp-multithread
drawtext
opentype)
drawtext)

View File

@ -18,9 +18,9 @@ _add_exec(tester
page7a.c
page7b.c
page7c.c
page8.c
page9.c
page10.c
# page8.c
# page9.c
# page10.c
page11.c
page12.c
page13.c

View File

@ -129,7 +129,7 @@ int main(int argc, char *argv[])
page7 = makePage7();
uiTabAppend(innerTab, "Page 7", uiControl(page7));
page8 = makePage8();
/* page8 = makePage8();
uiTabAppend(innerTab, "Page 8", uiControl(page8));
page9 = makePage9();
@ -137,7 +137,7 @@ int main(int argc, char *argv[])
page10 = makePage10();
uiTabAppend(innerTab, "Page 10", uiControl(page10));
*/
innerTab = newTab();
uiTabAppend(outerTab, "Pages 11-15", uiControl(innerTab));