diff options
author | rathnor <rathnor> | 2003-10-05 06:28:47 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-10-05 06:28:47 (GMT) |
commit | c516aa13a134ff311a1ce56976c030ba016bcfda (patch) | |
tree | 08b1b090383bc391362bd2aa29d742521c24e68e /src/Screen.cc | |
parent | fa4328d8620959dce8a53b40c743fba691cfe471 (diff) | |
download | fluxbox_pavel-c516aa13a134ff311a1ce56976c030ba016bcfda.zip fluxbox_pavel-c516aa13a134ff311a1ce56976c030ba016bcfda.tar.bz2 |
fix reading of auto raise delay
Diffstat (limited to 'src/Screen.cc')
-rw-r--r-- | src/Screen.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Screen.cc b/src/Screen.cc index 3795455..fe5bb25 100644 --- a/src/Screen.cc +++ b/src/Screen.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Screen.cc,v 1.237 2003/10/05 02:31:22 rathnor Exp $ | 25 | // $Id: Screen.cc,v 1.238 2003/10/05 06:28:47 rathnor Exp $ |
26 | 26 | ||
27 | 27 | ||
28 | #include "Screen.hh" | 28 | #include "Screen.hh" |
@@ -870,10 +870,10 @@ void BScreen::changeWorkspaceID(unsigned int id) { | |||
870 | // This is a little tricks to reduce flicker | 870 | // This is a little tricks to reduce flicker |
871 | // this way we can set focus pixmap on frame before we show it | 871 | // this way we can set focus pixmap on frame before we show it |
872 | // and using ExposeEvent to redraw without flicker | 872 | // and using ExposeEvent to redraw without flicker |
873 | WinClient *win = getLastFocusedWindow(currentWorkspaceID()); | 873 | //WinClient *win = getLastFocusedWindow(currentWorkspaceID()); |
874 | if (win && win->fbwindow()) { | 874 | //if (win && win->fbwindow()) { |
875 | win->fbwindow()->setFocusFlag(true); | 875 | // win->fbwindow()->setFocusFlag(true); |
876 | } | 876 | //} |
877 | 877 | ||
878 | currentWorkspace()->showAll(); | 878 | currentWorkspace()->showAll(); |
879 | 879 | ||