]> Dogcows Code - chaz/openbox/commitdiff
accidently removed a line somehow. OpaqueMove is now read from the rc file.
authorDana Jansens <danakj@orodu.net>
Thu, 18 Apr 2002 00:47:08 +0000 (00:47 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 18 Apr 2002 00:47:08 +0000 (00:47 +0000)
src/Screen.cc

index 50bc4ceb94334df59f4335f3fb131b0e104bb31c..0b86493f801afbc28eadae0298f2365acf8df602 100644 (file)
@@ -1205,6 +1205,7 @@ void BScreen::load() {
   rname.seekp(0); rclass.seekp(0);
   rname << rscreen.str() << "opaqueMove" << ends;
   rclass << rscreen.str() << "OpaqueMove" << ends;
+  if (config.getValue(rname.str(), rclass.str(), b))
     resource.opaque_move = b;
 }
 
This page took 0.025966 seconds and 4 git commands to generate.