code review 7201051: taowm: turn off fullscreen when hiding a fullscreen window. (issue 7201051)

3 views
Skip to first unread message

nige...@golang.org

unread,
Jan 24, 2013, 6:29:26 AM1/24/13
to nige...@golang.org, ta...@googlegroups.com, re...@codereview-hr.appspotmail.com
Reviewers: nigeltao,

Message:
Hello nige...@golang.org (cc: ta...@googlegroups.com),

I'd like you to review this change to
https://code.google.com/p/taowm/


Description:
taowm: turn off fullscreen when hiding a fullscreen window.

Please review this at https://codereview.appspot.com/7201051/

Affected files:
M taowm/actions.go


Index: taowm/actions.go
===================================================================
--- a/taowm/actions.go
+++ b/taowm/actions.go
@@ -415,6 +415,9 @@
f.window, w.frame = nil, nil
w.configure()
}
+ if k.fullscreen {
+ doFullscreen(k, nil)
+ }
makeLists()
return true
}


nige...@golang.org

unread,
Jan 24, 2013, 6:30:32 AM1/24/13
to nige...@golang.org, ta...@googlegroups.com, re...@codereview-hr.appspotmail.com
*** Submitted as
https://code.google.com/p/taowm/source/detail?r=e3234e9f2bef ***

taowm: turn off fullscreen when hiding a fullscreen window.

R=nigeltao
CC=taowm
https://codereview.appspot.com/7201051


https://codereview.appspot.com/7201051/
Reply all
Reply to author
Forward
0 new messages