HomeSort by relevance Sort by last modified time
    Searched full:seat_ (Results 1 - 2 of 2) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.cpp 94 wl_shell_surface_move(shell->shell_surface_, shell->seat_, serial);
180 shell->seat_ = (wl_seat *)wl_registry_bind(registry, id, &wl_seat_interface, 1);
181 wl_seat_add_listener(shell->seat_, &seat_listener, shell);
203 if (seat_) wl_seat_destroy(seat_);
ShellWayland.h 51 wl_seat *seat_; member in class:ShellWayland

Completed in 199 milliseconds