aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-06-02 06:13:28 +0200
committerJoel Bodenmann <joel@unormal.org>2013-06-02 06:13:28 +0200
commitd0f5d9c7f9b8e0901d82fabb0210231f53734a70 (patch)
tree10c6c4fa278b55b1b304a6fed01b2e1f1319e968 /src
parente12a213ff1d02a2f56b7d21208e3a30329605bc1 (diff)
downloaduGFX-d0f5d9c7f9b8e0901d82fabb0210231f53734a70.tar.gz
uGFX-d0f5d9c7f9b8e0901d82fabb0210231f53734a70.tar.bz2
uGFX-d0f5d9c7f9b8e0901d82fabb0210231f53734a70.zip
added basic implementation of checkboxes (functional)
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gwin/gwin.mk b/src/gwin/gwin.mk
index 804d5ac9..be6301c6 100644
--- a/src/gwin/gwin.mk
+++ b/src/gwin/gwin.mk
@@ -2,5 +2,6 @@ GFXSRC += $(GFXLIB)/src/gwin/gwin.c \
$(GFXLIB)/src/gwin/console.c \
$(GFXLIB)/src/gwin/button.c \
$(GFXLIB)/src/gwin/slider.c \
- $(GFXLIB)/src/gwin/graph.c
+ $(GFXLIB)/src/gwin/graph.c \
+ $(GFXLIB)/src/gwin/checkbox.c \