blob: 5c8ec1ec20490a0d808228c310751a3d899a9c91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
|