forked from pyrite-dev/milsko
merge conflict
This commit is contained in:
commit
c6c2028646
51 changed files with 1958 additions and 1592 deletions
|
|
@ -65,6 +65,7 @@ new_object("src/icon/*.c");
|
|||
new_object("src/font/*.c");
|
||||
new_object("src/cursor/*.c");
|
||||
|
||||
new_object("src/widget/box.c");
|
||||
new_object("src/widget/button.c");
|
||||
new_object("src/widget/checkbox.c");
|
||||
new_object("src/widget/combobox.c");
|
||||
|
|
@ -110,6 +111,7 @@ new_example("examples/basic/progressbar");
|
|||
new_example("examples/basic/colorpicker");
|
||||
new_example("examples/basic/combobox");
|
||||
new_example("examples/basic/treeview");
|
||||
new_example("examples/basic/box");
|
||||
|
||||
if (param_get("opengl")) {
|
||||
new_example("examples/gldemos/boing", $gl_libs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue