~ubuntu-branches/ubuntu/precise/xorg-server/precise-updates

« back to all changes in this revision

Viewing changes to include/xkbsrv.h

Tags: 2:1.10.1-2
* Build xserver-xorg-core-udeb on hurd-i386.  Thanks, Samuel Thibault!
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
        Bool                    /* freeDesc */
448
448
);
449
449
 
 
450
extern _X_EXPORT void   XkbFreeComponentNames(
 
451
        XkbComponentNamesPtr    /* names */,
 
452
        Bool                    /* freeNames */
 
453
);
 
454
 
450
455
extern _X_EXPORT  void XkbSetActionKeyMods(
451
456
        XkbDescPtr              /* xkb */,
452
457
        XkbAction *             /* act */,