diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2013-03-03 23:39:02 -0800 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2013-03-03 23:39:02 -0800 |
commit | 911df31d1ca4c6cfd607d8dd7c834da0fa1ace23 (patch) | |
tree | 702add8d9d9fe0202ee2db2ddeff55bb71403fe1 /include | |
parent | dddbb25930447375564855492cba0115de349b86 (diff) | |
parent | b51342d41c96b4ada1881b2b9a41e31265834c2c (diff) | |
download | uGFX-911df31d1ca4c6cfd607d8dd7c834da0fa1ace23.tar.gz uGFX-911df31d1ca4c6cfd607d8dd7c834da0fa1ace23.tar.bz2 uGFX-911df31d1ca4c6cfd607d8dd7c834da0fa1ace23.zip |
Merge pull request #17 from Tectu/master
Merge Tectu Changes
Diffstat (limited to 'include')
-rw-r--r-- | include/tdisp/tdisp.h | 4 |
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
|