]> Dogcows Code - chaz/openbox/blobdiff - src/Slit.cc
configuration changes "done"!!
[chaz/openbox] / src / Slit.cc
index 7124e00333b69222be9dee9fb9e7e51f24dd3c1f..19796814a664424d1f28b1d652ecb121200f6163 100644 (file)
@@ -256,6 +256,13 @@ void Slit::setDirection(int d) {
                   m_direction == Horizontal ? "Horizontal" : "Vertical");
 }
 
+void Slit::save() {
+  setOnTop(m_ontop);
+  setAutoHide(m_autohide);
+  setPlacement(m_placement);
+  setDirection(m_direction);
+}
+
 void Slit::load() {
   std::ostrstream rscreen, rname, rclass;
   std::string s;
This page took 0.020946 seconds and 4 git commands to generate.