/[oroborus]/oroborus/src/keyboard.h
ViewVC logotype

Diff of /oroborus/src/keyboard.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by dreamind, Thu May 23 19:55:46 2002 UTC revision 1.2 by dreamind, Thu May 30 13:57:51 2002 UTC
# Line 27  Line 27 
27    
28  typedef struct  typedef struct
29  {  {
30      KeyCode keycode;    KeyCode keycode;
31      int modifier;    int modifier;
32  }  }
33  MyKey;  MyKey;
34    
35  void parseKeyString(Display *, MyKey *, char *);  void parseKeyString (Display *, MyKey *, char *);
36  void grabKey(Display *, MyKey *, Window);  void grabKey (Display *, MyKey *, Window);
37  void ungrabKeys(Display *, Window);  void ungrabKeys (Display *, Window);
38    
39  #endif /* __KEYBOARD_H */  #endif /* __KEYBOARD_H */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26