diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 16:42:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-03 16:42:24 +0000 |
commit | f28ebb124cd8286ec4b90fb357af9c5e2b1cfca2 (patch) | |
tree | b8a76c1621500408ef70c59ce0cc70907a66f3a1 /driver/xf86-video-nv/compat/parser | |
parent | deb713453d2ae91b63221fc0c30696cc5a7828f9 (diff) |
update to xf86-video-nv 2.1.13.
Diffstat (limited to 'driver/xf86-video-nv/compat/parser')
-rw-r--r-- | driver/xf86-video-nv/compat/parser/xf86Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/xf86-video-nv/compat/parser/xf86Parser.h b/driver/xf86-video-nv/compat/parser/xf86Parser.h index fd6cc530b..1c7b285c8 100644 --- a/driver/xf86-video-nv/compat/parser/xf86Parser.h +++ b/driver/xf86-video-nv/compat/parser/xf86Parser.h @@ -75,6 +75,7 @@ typedef struct char *file_inputdevs; char *file_fontpath; char *file_comment; + char *file_xkbdir; } XF86ConfFilesRec, *XF86ConfFilesPtr; |