aboutsummarylogtreecommitdiffstats
path: root/openbox-3.6.2-rounded-corners.patch
diff options
context:
space:
mode:
authorSean Haugh2017-08-26 15:56:07 -0500
committerSean Haugh2017-08-27 11:45:25 -0500
commitf86bb5556e92dae963d38b897e7068c69c7566c2 (patch)
treecfed25da9c6743702590b9efc86d1102ada03e4d /openbox-3.6.2-rounded-corners.patch
parent5755fb0f0918ad0ab3d293eef5a4900e37eeccc7 (diff)
downloadaur-f86bb5556e92dae963d38b897e7068c69c7566c2.tar.gz
rounded-corners: Disable corners only on fullscreen and docked clients
Diffstat (limited to 'openbox-3.6.2-rounded-corners.patch')
-rw-r--r--openbox-3.6.2-rounded-corners.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox-3.6.2-rounded-corners.patch b/openbox-3.6.2-rounded-corners.patch
index b9e13b4920b5..fe0bd5360a0e 100644
--- a/openbox-3.6.2-rounded-corners.patch
+++ b/openbox-3.6.2-rounded-corners.patch
@@ -116,7 +116,7 @@
return;
self->need_render = FALSE;
-+ if ( !self->max_horz && !self->max_vert && config_theme_cornerradius )
++ if ( !self->client->fullscreen && !(self->client->type == OB_CLIENT_TYPE_DOCK) && config_theme_cornerradius )
+ frame_round_corners(self->window);
+
{