suggestion picker: a persistent layer to complement virtual keyboards like wvkbd
Diffstat (limited to 'keyboard.h')
| -rw-r--r-- | keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ struct clr_scheme { }; struct key { - const char *label; // primary label + char *label; // actual coordinates on the surface (pixels), will be computed automatically // for all keys uint32_t x, y, w, h; |