View | Details | Raw Unified | Return to bug 265110
Collapse All | Expand All

(-)b/x11-wm/hikari/Makefile (+1 lines)
Lines 1-5 Link Here
1
PORTNAME=	hikari
1
PORTNAME=	hikari
2
DISTVERSION=	2.3.3
2
DISTVERSION=	2.3.3
3
PORTREVISION=	1
3
CATEGORIES=	x11-wm wayland
4
CATEGORIES=	x11-wm wayland
4
MASTER_SITES=	https://hikari.acmelabs.space/releases/
5
MASTER_SITES=	https://hikari.acmelabs.space/releases/
5
6
(-)b/x11-wm/hikari/files/patch-src_server.c (-1 / +12 lines)
Added Link Here
0
- 
1
--- src/server.c.orig	2022-01-13 09:15:55 UTC
2
+++ src/server.c
3
@@ -523,6 +523,9 @@ static void
4
 server_decoration_handler(struct wl_listener *listener, void *data)
5
 {
6
   struct wlr_server_decoration *wlr_decoration = data;
7
+  if (wlr_decoration->surface->role == NULL) {
8
+    return;
9
+  }
10
   struct hikari_view *view =
11
       wl_container_of(wlr_decoration->surface, view, surface);
12
   struct wlr_xdg_surface *xdg_surface =

Return to bug 265110