summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-01-20 17:18:28 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-01-20 17:18:28 +0000
commit131b6c4a00575c9e996a9ae60c90a9647fb5ef75 (patch)
treedba439673b801a22a833270dbd615628bf0614e4 /include
parenta3097232844a20ea918d63722dbe6a7c71493bab (diff)
downloadlibnsfb-131b6c4a00575c9e996a9ae60c90a9647fb5ef75.tar.gz
libnsfb-131b6c4a00575c9e996a9ae60c90a9647fb5ef75.tar.bz2
move plot functions to their own sub directory
fix 8 and 16bpp plotters when used with cursor svn path=/trunk/libnsfb/; revision=9850
Diffstat (limited to 'include')
-rw-r--r--include/libnsfb_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libnsfb_event.h b/include/libnsfb_event.h
index 5ad80f9..ea2b2bf 100644
--- a/include/libnsfb_event.h
+++ b/include/libnsfb_event.h
@@ -8,8 +8,8 @@ enum nsfb_event_type_e {
};
+/** keycodes which mostly map to ascii chars */
enum nsfb_key_code_e {
- /* keycodes which map to ascii chars */
NSFB_KEY_UNKNOWN = 0,
NSFB_KEY_BACKSPACE = 8,
NSFB_KEY_TAB = 9,