projects
/
platform
/
upstream
/
libxkbcommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c01d3
)
test: Use test_get_context() in interactive
author
Daniel Stone
<daniel@fooishbar.org>
Fri, 3 Aug 2012 00:36:40 +0000
(
02:36
+0200)
committer
Daniel Stone
<daniel@fooishbar.org>
Wed, 8 Aug 2012 11:30:24 +0000
(13:30 +0200)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
test/interactive.c
patch
|
blob
|
history
diff --git
a/test/interactive.c
b/test/interactive.c
index 6a6960992015b5a839bc721ec260aeb18cf89582..2941c42520f3026a9bbe00000b373c3ad5182dd0 100644
(file)
--- a/
test/interactive.c
+++ b/
test/interactive.c
@@
-39,6
+39,7
@@
#include <linux/input.h>
#include "xkbcommon/xkbcommon.h"
+#include "test.h"
struct keyboard {
char *path;
@@
-457,7
+458,7
@@
main(int argc, char *argv[])
}
}
- ctx =
xkb_context_new(0
);
+ ctx =
test_get_context(
);
if (!ctx) {
ret = -1;
fprintf(stderr, "Couldn't create xkb context\n");