summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-06-24 22:09:42 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-06-24 22:09:42 +0200
commit4b3d48c7b9f28b4035a561bd46fc7434fc07b720 (patch)
treed5e5e896fcd930779be630edd0fd3349b57903f0
parent771ec9d3fcbc760c7eca584c6ec70e653993616b (diff)
downloadenlightenment-devs/bu5hm4n/apb-fix.tar.gz
strange fix which workdevs/bu5hm4n/apb-fix
-rw-r--r--src/bin/e_xkb.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c
index 65c7018301..ebe1c6962f 100644
--- a/src/bin/e_xkb.c
+++ b/src/bin/e_xkb.c
@@ -317,7 +317,10 @@ _e_xkb_type_reconfig(E_Pixmap_Type comp_type)
if (comp_type == E_PIXMAP_TYPE_X)
_e_x_xkb_reconfig();
else if (comp_type == E_PIXMAP_TYPE_WL)
- _e_wl_xkb_update(e_config->xkb.cur_group);
+ {
+ _e_wl_xkb_update(e_config->xkb.cur_group);
+ printf("LOADING %d\n", e_config->xkb.cur_group);
+ }
}
E_API void