svn commit: r524144 - in head/x11-wm/cage: . files

Jan Beich jbeich at FreeBSD.org
Sun Jan 26 00:06:04 UTC 2020


Author: jbeich
Date: Sun Jan 26 00:06:03 2020
New Revision: 524144
URL: https://svnweb.freebsd.org/changeset/ports/524144

Log:
  x11-wm/cage: follow up for r522232

Modified:
  head/x11-wm/cage/Makefile   (contents, props changed)
  head/x11-wm/cage/files/patch-wlroots-0.9   (contents, props changed)

Modified: head/x11-wm/cage/Makefile
==============================================================================
--- head/x11-wm/cage/Makefile	Sat Jan 25 23:51:13 2020	(r524143)
+++ head/x11-wm/cage/Makefile	Sun Jan 26 00:06:03 2020	(r524144)
@@ -3,7 +3,7 @@
 PORTNAME=	cage
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.1.1
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES=	x11-wm
 
 MAINTAINER=	jbeich at FreeBSD.org

Modified: head/x11-wm/cage/files/patch-wlroots-0.9
==============================================================================
--- head/x11-wm/cage/files/patch-wlroots-0.9	Sat Jan 25 23:51:13 2020	(r524143)
+++ head/x11-wm/cage/files/patch-wlroots-0.9	Sun Jan 26 00:06:03 2020	(r524144)
@@ -21,7 +21,15 @@ https://github.com/Hjdskes/cage/commit/51e6c760da51
  	   with a proper wl_display. */
 --- output.c.orig	2019-06-03 17:55:52 UTC
 +++ output.c
-@@ -386,6 +386,9 @@ handle_new_output(struct wl_listener *listener, void *
+@@ -207,6 +207,7 @@ handle_output_damage_frame(struct wl_listener *listene
+ 	}
+ 
+ 	if (!needs_frame) {
++		wlr_output_rollback(output->wlr_output);
+ 		wlr_log(WLR_DEBUG, "Output doesn't need frame and isn't damaged");
+ 		goto buffer_damage_finish;
+ 	}
+@@ -386,6 +387,9 @@ handle_new_output(struct wl_listener *listener, void *
  	/* Place the cursor in the center of the screen. */
  	wlr_cursor_warp(server->seat->cursor, NULL, wlr_output->width / 2, wlr_output->height / 2);
  	wlr_output_damage_add_whole(server->output->damage);


More information about the svn-ports-head mailing list