diff options
author | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-20 00:42:19 +1300 |
---|---|---|
committer | Jedidiah Barber <contact@jedbarber.id.au> | 2025-01-20 00:42:19 +1300 |
commit | 82eb9509e9e273e8e9e7e584553ccc49f476d4a3 (patch) | |
tree | fcd903955511ba8798e76f76154c4d5b841ad6a5 /src/c_fl.cpp | |
parent | f27eb859eff94ec9c13239daee15f60ffecde089 (diff) |
Filled holes in Fl_Text_Editor binding and make key/modifier/shortcut/flag representations more in line with C++
Diffstat (limited to 'src/c_fl.cpp')
-rw-r--r-- | src/c_fl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/c_fl.cpp b/src/c_fl.cpp index acaae1a..1e8fd1c 100644 --- a/src/c_fl.cpp +++ b/src/c_fl.cpp @@ -10,6 +10,11 @@ +const short fl_mod_command = FL_COMMAND >> 16; + + + + size_t c_pointer_size() { return sizeof(void*); } |