From 1c882c3ced97399292656739896fdbb19f1a15f5 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 4 Oct 2016 20:15:55 +0000 Subject: When removing xrandr regions, ensure clients are within the bounds of the screen; adapted from an ancient diff from Sviatoslav Chagaev. Things in this area will likely change, but put this in so it works now and serves as a reminder. --- calmwm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index d3b81b9..dd81e74 100644 --- a/calmwm.h +++ b/calmwm.h @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.323 2016/10/04 15:52:32 okan Exp $ + * $OpenBSD: calmwm.h,v 1.324 2016/10/04 20:15:55 okan Exp $ */ #ifndef _CALMWM_H_ @@ -455,6 +455,7 @@ struct geom screen_area(struct screen_ctx *, int, int, int); void screen_init(int); void screen_update_geometry(struct screen_ctx *); void screen_updatestackingorder(struct screen_ctx *); +void screen_assert_clients_within(struct screen_ctx *); void kbfunc_client_cycle(struct client_ctx *, union arg *); void kbfunc_client_delete(struct client_ctx *, union arg *); -- cgit v1.2.3-2-gb3c3