aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-09-11 21:30:20 (GMT)
committerrathnor <rathnor>2003-09-11 21:30:20 (GMT)
commitda503e92475cd542f7b454d0f85ae1e3bf585604 (patch)
treefd7d6932f51e41d3b851b70adc289a7b22b5dd3f /src/fluxbox.cc
parent4b035f1d070582717620355895c9ce9967cbe8e4 (diff)
downloadfluxbox-da503e92475cd542f7b454d0f85ae1e3bf585604.zip
fluxbox-da503e92475cd542f7b454d0f85ae1e3bf585604.tar.bz2
fix problems relating to windows reparenting themselves.
Fixes vncviewer switch to fullscreen. Maybe mplayer fullscreen issue too?
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 94da4cb..16c4204 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.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: fluxbox.cc,v 1.188 2003/09/10 09:51:58 fluxgen Exp $ 25// $Id: fluxbox.cc,v 1.189 2003/09/11 21:30:20 rathnor Exp $
26 26
27#include "fluxbox.hh" 27#include "fluxbox.hh"
28 28
@@ -873,7 +873,8 @@ void Fluxbox::handleEvent(XEvent * const e) {
873#endif // DEBUG 873#endif // DEBUG
874 874
875 } else { 875 } else {
876 876 if (winclient == m_focused_window)
877 setFocusedWindow(0);
877 } 878 }
878 } 879 }
879 break; 880 break;