diff options
author | markt <markt> | 2006-07-29 06:28:58 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-29 06:28:58 (GMT) |
commit | f66d91cf2281e9a7aec64b7c903c1ba91898324f (patch) | |
tree | f58b64071a2b84cc700a06fbd72529cd99cda3a1 /src/Window.cc | |
parent | 98fba4fd1a50672a918dccd5c8492556f392762f (diff) | |
download | fluxbox-f66d91cf2281e9a7aec64b7c903c1ba91898324f.zip fluxbox-f66d91cf2281e9a7aec64b7c903c1ba91898324f.tar.bz2 |
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.cc b/src/Window.cc index fdff04c..b1b91cb 100644 --- a/src/Window.cc +++ b/src/Window.cc | |||
@@ -424,7 +424,7 @@ void FluxboxWindow::init() { | |||
424 | 424 | ||
425 | m_last_focus_time.tv_sec = m_last_focus_time.tv_usec = 0; | 425 | m_last_focus_time.tv_sec = m_last_focus_time.tv_usec = 0; |
426 | 426 | ||
427 | m_blackbox_attrib.workspace = m_workspace_number = ~0; | 427 | m_blackbox_attrib.workspace = m_workspace_number = m_screen.currentWorkspaceID(); |
428 | 428 | ||
429 | m_blackbox_attrib.flags = m_blackbox_attrib.attrib = m_blackbox_attrib.stack = 0; | 429 | m_blackbox_attrib.flags = m_blackbox_attrib.attrib = m_blackbox_attrib.stack = 0; |
430 | m_blackbox_attrib.premax_x = m_blackbox_attrib.premax_y = 0; | 430 | m_blackbox_attrib.premax_x = m_blackbox_attrib.premax_y = 0; |