From owner-svn-ports-head@freebsd.org Sun Jan 26 00:06:04 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A0F6228739; Sun, 26 Jan 2020 00:06:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 484tSr2dhmz4JFF; Sun, 26 Jan 2020 00:06:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 511301871F; Sun, 26 Jan 2020 00:06:04 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00Q064UI081003; Sun, 26 Jan 2020 00:06:04 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00Q063nW081002; Sun, 26 Jan 2020 00:06:03 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202001260006.00Q063nW081002@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 26 Jan 2020 00:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r524144 - in head/x11-wm/cage: . files X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11-wm/cage: . files X-SVN-Commit-Revision: 524144 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jan 2020 00:06:04 -0000 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@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);