aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-03-02 22:13:44 +0100
committerJoel Bodenmann <joel@unormal.org>2013-03-02 22:13:44 +0100
commit100d686f948050385ff29c8425a99db2aa0f0248 (patch)
treead3e5f00d0b52331912b6c3255991d2a86682834 /include
parentbdf79ec9adc242ffeaae0f9a5fdfb51a2a5bbaf0 (diff)
downloaduGFX-100d686f948050385ff29c8425a99db2aa0f0248.tar.gz
uGFX-100d686f948050385ff29c8425a99db2aa0f0248.tar.bz2
uGFX-100d686f948050385ff29c8425a99db2aa0f0248.zip
TDISP update
Diffstat (limited to 'include')
-rw-r--r--include/tdisp/tdisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h
index fcb1fc5f..8a75ece7 100644
--- a/include/tdisp/tdisp.h
+++ b/include/tdisp/tdisp.h
@@ -50,7 +50,7 @@ typedef enum cursorshape_e {
cursorBlinkingUnderline,
cursorBar,
cursorBlinkingBar,
- } cursorshape;
+} cursorshape;
/**
* @name TDISP control values
@@ -68,7 +68,7 @@ typedef struct tdispStruct_t {
coord_t columns, rows;
coord_t charBitsX, charBitsY;
uint16_t maxCustomChars;
- } tdispStruct;
+} tdispStruct;
/**
* @brief The TDISP structure