Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"

This reverts commit 2511adffc2, reversing
changes made to 3e1bf721c6.
This commit is contained in:
Drew DeVault 2018-05-12 08:52:48 -04:00
parent 7f03570caf
commit ac0e62584f
3 changed files with 42 additions and 171 deletions

View file

@ -79,13 +79,6 @@ uint32_t view_get_x11_window_id(struct sway_view *view) {
return 0;
}
const char *view_get_window_role(struct sway_view *view) {
if (view->impl->get_string_prop) {
return view->impl->get_string_prop(view, VIEW_PROP_WINDOW_ROLE);
}
return NULL;
}
uint32_t view_get_window_type(struct sway_view *view) {
if (view->impl->get_int_prop) {
return view->impl->get_int_prop(view, VIEW_PROP_WINDOW_TYPE);