summaryrefslogtreecommitdiff
path: root/src/xkbcomp/vmod.h
diff options
context:
space:
mode:
authorRan Benita <ran234@gmail.com>2012-10-04 12:39:22 +0200
committerRan Benita <ran234@gmail.com>2012-10-06 21:41:58 +0200
commita75989b96e1cac742d0b17bca0d81f5e452d3716 (patch)
tree0e713270b9276003e605b45a66b408e7ca60e494 /src/xkbcomp/vmod.h
parent1401b0fb5ed193dd67b5f156957b04cdde69b005 (diff)
downloadxorg-lib-libxkbcommon-a75989b96e1cac742d0b17bca0d81f5e452d3716.tar.gz
Omit struct '_Name' from non-recursive struct typedefs
Just a pet peeve. Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'src/xkbcomp/vmod.h')
-rw-r--r--src/xkbcomp/vmod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xkbcomp/vmod.h b/src/xkbcomp/vmod.h
index 96b330d..a53a14b 100644
--- a/src/xkbcomp/vmod.h
+++ b/src/xkbcomp/vmod.h
@@ -27,7 +27,7 @@
#ifndef XKBCOMP_VMOD_H
#define XKBCOMP_VMOD_H
-typedef struct _VModInfo {
+typedef struct {
xkb_mod_mask_t defined;
xkb_mod_mask_t available;
} VModInfo;