Changeset 1069 for trunk/xdotool/xdo.h


Ignore:
Timestamp:
May 20, 2008 11:22:31 PM (5 years ago)
Author:
dkg
Message:

xdotool: explicitly marking the type of some KeyCodes instead of using int

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xdotool/xdo.h

    r1068 r1069  
    2424typedef struct charcodemap { 
    2525  char key; 
    26   int code; 
     26  KeyCode code; 
    2727  int shift; 
    2828} charcodemap_t; 
Note: See TracChangeset for help on using the changeset viewer.