summaryrefslogtreecommitdiff
path: root/x11-wm/compiz/files
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@booking.com>2020-05-20 13:53:18 +0200
committerMarcin Deranek <marcin.deranek@booking.com>2020-05-20 13:53:18 +0200
commite259f0cf22812a7b76c9bfc51dd84d77a5fe50fa (patch)
tree472e57f634e368d7923f7fe3a7ab3d2b23cbedfa /x11-wm/compiz/files
parent94a333b418e557e95974ea989c3eb758eec3b135 (diff)
downloadportage-e259f0cf22812a7b76c9bfc51dd84d77a5fe50fa.tar.gz
portage-e259f0cf22812a7b76c9bfc51dd84d77a5fe50fa.tar.bz2
portage-e259f0cf22812a7b76c9bfc51dd84d77a5fe50fa.zip
Add compiz patch
Diffstat (limited to 'x11-wm/compiz/files')
-rw-r--r--x11-wm/compiz/files/gtk-extents.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/compiz/files/gtk-extents.patch b/x11-wm/compiz/files/gtk-extents.patch
new file mode 100644
index 0000000..5c8ec1e
--- /dev/null
+++ b/x11-wm/compiz/files/gtk-extents.patch
@@ -0,0 +1,13 @@
+# Diff from https://code.launchpad.net/~albertsmuktupavels/compiz/add-gtk-frame-extents-to-net-supported/+merge/257303
+=== modified file 'src/screen.cpp'
+--- a/src/screen.cpp 2014-12-02 19:37:10 +0000
++++ b/src/screen.cpp 2015-04-23 20:41:24 +0000
+@@ -2362,6 +2362,7 @@
+
+ atoms.push_back (Atoms::wmUserTime);
+ atoms.push_back (Atoms::frameExtents);
++ atoms.push_back (Atoms::frameGtkExtents);
+ atoms.push_back (Atoms::frameWindow);
+
+ atoms.push_back (Atoms::winState);
+