BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 90 forks source link

Don't panic in SetLayout #24

Closed guelfey closed 12 years ago

guelfey commented 12 years ago

The panic() at the end of SetLayout causes the function to panic every time, so I removed it.

BurntSushi commented 12 years ago

Do'h. Apparently I added the panic and never tested it... Thanks.