aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin.mk
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@seriouslyembedded.com>2015-08-12 19:36:14 +0200
committerJoel Bodenmann <joel@seriouslyembedded.com>2015-08-12 19:36:14 +0200
commit46ba0420c342eaed1e4365c7e4cb65c0263bc7eb (patch)
treed33b8e13e3f06fb4ed838851f9c2c6d4043542eb /src/gwin/gwin.mk
parent213013e68e64a655e0c6cb56875ea9a7977fe2f6 (diff)
downloaduGFX-46ba0420c342eaed1e4365c7e4cb65c0263bc7eb.tar.gz
uGFX-46ba0420c342eaed1e4365c7e4cb65c0263bc7eb.tar.bz2
uGFX-46ba0420c342eaed1e4365c7e4cb65c0263bc7eb.zip
Adding TextEdit dummy widget (not implemented yet)
Diffstat (limited to 'src/gwin/gwin.mk')
-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 b4357328..d735c3e1 100644
--- a/src/gwin/gwin.mk
+++ b/src/gwin/gwin.mk
@@ -21,6 +21,7 @@ GFXSRC += $(GFXLIB)/src/gwin/gwin.c \
$(GFXLIB)/src/gwin/gwin_tabset.c \
$(GFXLIB)/src/gwin/gwin_gl3d.c \
$(GFXLIB)/src/gwin/gwin_keyboard.c \
- $(GFXLIB)/src/gwin/gwin_keyboard_layout.c
+ $(GFXLIB)/src/gwin/gwin_keyboard_layout.c \
+ $(GFXLIB)/src/gwin/gwin_textedit.c
GFXINC += $(GFXLIB)/3rdparty/tinygl-0.4-ugfx/include