]> Dogcows Code - chaz/openbox/blobdiff - src/screen.cc
don't raise the window when reverting from Escape
[chaz/openbox] / src / screen.cc
index 56aa99d916647c04dadf1088acb8d7de3e502413..c42ceeea8f494367d13462e0f393bdc15513075d 100644 (file)
@@ -806,7 +806,6 @@ void Screen::setDesktopName(long i, const otk::ustring &name)
 
 void Screen::installColormap(bool install) const
 {
-  printf("%snstalling Root Colormap!\n", install ? "I" : "Uni");
   if (install)
     XInstallColormap(**otk::display, _info->colormap());
   else
This page took 0.023797 seconds and 4 git commands to generate.