]> Dogcows Code - chaz/openbox/blobdiff - src/client.cc
use otk objects in the ob scripts by importing otk
[chaz/openbox] / src / client.cc
index 2c3d3ad37cc7614d62ae7f29078a141e33b190f0..eeb09a374981a4fe5cfe9dc30d3f6386c6faa980 100644 (file)
@@ -575,8 +575,8 @@ void Client::updateStrut()
     _strut.left = data[0];
     _strut.right = data[1];
     _strut.top = data[2];
-    _strut.bottom = data[3];
-    
+    _strut.bottom = data[3]; 
+   
     openbox->screen(_screen)->updateStrut();
   }
 
This page took 0.02339 seconds and 4 git commands to generate.