we only need xdg_wm_base support
This commit is contained in:
parent
6f1716151d
commit
631579642c
1 changed files with 2 additions and 3 deletions
|
|
@ -561,10 +561,9 @@ static void setup_toplevel(MwLL r, int x, int y) {
|
|||
// Check that all globals we require are available
|
||||
if(
|
||||
r->wayland.compositor == NULL ||
|
||||
WAYLAND_GET_INTERFACE(r->wayland, xdg_wm_base)->context == NULL ||
|
||||
WAYLAND_GET_INTERFACE(r->wayland, wl_seat)->context == NULL) {
|
||||
WAYLAND_GET_INTERFACE(r->wayland, xdg_wm_base)->context == NULL) {
|
||||
|
||||
printf("no wl_shm, wl_compositor, wl_seat, or xdg_wm_base support\n");
|
||||
printf("no xdg_wm_base support\n");
|
||||
raise(SIGTRAP);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue