/[rdesktop]/jpeg/rdesktop/trunk/types.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/types.h

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

revision 831 by jdmeijer, Tue Mar 8 00:43:10 2005 UTC revision 949 by astrand, Tue Aug 2 15:07:35 2005 UTC
# Line 110  DATABLOB; Line 110  DATABLOB;
110    
111  typedef struct _key_translation  typedef struct _key_translation
112  {  {
113            /* For normal scancode translations */
114          uint8 scancode;          uint8 scancode;
115          uint16 modifiers;          uint16 modifiers;
116            /* For sequences. If keysym is nonzero, the fields above are not used. */
117            uint32 seq_keysym;      /* Really KeySym */
118            struct _key_translation *next;
119  }  }
120  key_translation;  key_translation;
121    

Legend:
Removed from v.831  
changed lines
  Added in v.949

  ViewVC Help
Powered by ViewVC 1.1.26