Changeset 2891
- Timestamp:
- Jan 4, 2005, 10:25:32 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/event/InterpretKeys.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/event/InterpretKeys.c
r2466 r2891 1 1 # include "Ximage.h" 2 2 3 int 4 InterpretKeys (graphic, layout, event) 5 Graphic graphic[]; 6 Layout layout[]; 7 XEvent *event; 8 { 3 int InterpretKeys (Graphic *graphic, Layout *layout, XEvent *event) { 9 4 10 5 int status; 6 char string[10]; 11 7 KeySym keysym; 12 char string[10];13 8 XComposeStatus composestatus; 14 9
Note:
See TracChangeset
for help on using the changeset viewer.
