summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2004-12-08 01:37:04 +0000
committerSergey Udaltsov <svu@gnome.org>2004-12-08 01:37:04 +0000
commitae44233612221d40761036bfae6f37cc2dbb96d3 (patch)
tree77b6f4640e6656a90a8b83180f159335a1d53fcf /tests
parentf10f157db51328b6e5d0b63825f54c4d8319ab6a (diff)
downloadlibxklavier-ae44233612221d40761036bfae6f37cc2dbb96d3.tar.gz
another new call in API - apps cannot rely on XkbNumKbdGroups
Diffstat (limited to 'tests')
-rw-r--r--tests/test_config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_config.c b/tests/test_config.c
index cf01482..e5dcd58 100644
--- a/tests/test_config.c
+++ b/tests/test_config.c
@@ -105,6 +105,7 @@ int main( int argc, char * const argv[] )
XklDebug( 0, "Xklavier registry loaded\n" );
XklDebug( 0, "Bakend: [%s]\n", XklGetBackendName() );
XklDebug( 0, "Supported features: 0x0%X\n", XklGetBackendFeatures() );
+ XklDebug( 0, "Max number of groups: %d\n", XklGetMaxNumGroups() );
XklConfigRecInit( &currentConfig );
XklConfigGetFromServer( &currentConfig );