IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2891


Ignore:
Timestamp:
Jan 4, 2005, 10:25:32 AM (22 years ago)
Author:
eugene
Message:

minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kii/event/InterpretKeys.c

    r2466 r2891  
    11# include "Ximage.h"
    22
    3 int
    4 InterpretKeys (graphic, layout, event)
    5 Graphic        graphic[];
    6 Layout         layout[];
    7 XEvent        *event;
    8 {
     3int InterpretKeys (Graphic *graphic, Layout *layout, XEvent *event) {
    94
    105  int    status;
     6  char   string[10];
    117  KeySym keysym;
    12   char            string[10];
    138  XComposeStatus  composestatus;
    149
Note: See TracChangeset for help on using the changeset viewer.