theme: Fix broken wayland cursors on non-legacy windows

since commit dd4467505e
wayland cursors haven't worked on non-legacy
windows because efl/pointer doesn't exist.  Add that.
This commit is contained in:
Derek Foreman 2018-04-04 10:51:10 -05:00
parent ae8df9ba07
commit e3c9828dc4
3 changed files with 29 additions and 0 deletions

View File

@ -1027,6 +1027,7 @@ elementary/themes/edc/efl/nstate.edc \
elementary/themes/edc/efl/panes.edc \
elementary/themes/edc/efl/photocam.edc \
elementary/themes/edc/efl/popup.edc \
elementary/themes/edc/efl/pointer.edc \
elementary/themes/edc/efl/progress.edc \
elementary/themes/edc/efl/radio.edc \
elementary/themes/edc/efl/scroller.edc \

View File

@ -191,6 +191,7 @@ collections {
#include "edc/efl/spin_button.edc"
// XXX: min size calc problems - too wide! ... err ok on my 32bit box... eh?
#include "edc/efl/cursor.edc"
#include "edc/efl/pointer.edc"
#include "edc/efl/textpath.edc"
#include "edc/efl/win.edc"
#include "edc/efl/uiclock.edc"

View File

@ -0,0 +1,27 @@
group { "efl/pointer";
inherit: "elm/pointer/base/default";
}
group { "efl/pointer:bottom_right_corner";
inherit: "elm/pointer/base/bottom_right_corner";
}
group { "efl/pointer:bottom_left_corner";
inherit: "elm/pointer/base/bottom_left_corner";
}
group { "efl/pointer:bottom_side";
inherit: "elm/pointer/base/bottom_side";
}
group { "efl/pointer:top_right_corner";
inherit: "elm/pointer/base/top_right_corner";
}
group { "efl/pointer:top_left_corner";
inherit: "elm/pointer/base/top_left_corner";
}
group { "efl/pointer:top_side";
inherit: "elm/pointer/base/top_side";
}