for the case e_xkb gets initialized, we need to init it before ecore_drm is called, otherwise ecore_drm will create his own context and keymap, which will be overriden a few moment later when e_xkb is initializied. So by calling e_comp_wl_input_keymap_set before ecore_drm_init the correct context and keymap is set and no useless elements are created. The mainproblem is that the comp_type is set when the compositor is already running, so we have to pass the type at the init to the e_xkb to tell for which kind of compositor we are running.devs/captainigloo/eglfs_rpi
parent
62440eb5fe
commit
19db5f256c
5 changed files with 20 additions and 18 deletions
Loading…
Reference in new issue