diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-05 18:20:15 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-25 19:40:57 -0700 |
commit | 1ff77ecd368a41f7b84d885a4f072091e7d552a8 (patch) | |
tree | e9d41d1eeff00b5e520b01266e3b7191e93b2001 /src/keysym.c | |
parent | 74173104034ba0633276e0479cfb53586874abe3 (diff) | |
download | libxkbcommon-1ff77ecd368a41f7b84d885a4f072091e7d552a8.tar.gz libxkbcommon-1ff77ecd368a41f7b84d885a4f072091e7d552a8.tar.bz2 libxkbcommon-1ff77ecd368a41f7b84d885a4f072091e7d552a8.zip |
Rename headers to XKBcommon* and install in extensions directory
Following the kbproto convention, the headers will be named XKBcommon.h
and XKBcommonint.h. Furthermore, they'll be installed in X11/extensions
directory with the rest of the XKB headers.
Diffstat (limited to 'src/keysym.c')
-rw-r--r-- | src/keysym.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keysym.c b/src/keysym.c index 9a419ba..a289a9a 100644 --- a/src/keysym.c +++ b/src/keysym.c @@ -30,7 +30,7 @@ authorization from the authors. #endif #include <X11/X.h> #include <X11/keysymdef.h> -#include "X11/XkbCommon.h" +#include "X11/extensions/XKBcommon.h" #include <stdlib.h> #include <string.h> |