Hacker News new | ask | show | jobs
by pcwalton 833 days ago
Windows works just like GNOME here: decorations are client side and are drawn in user32. dll.
1 comments

Um not really.If the application gets stuck, Windows Desktop Window Manager slaps its own titlebar on top of the window, ignoring all client decoration. You can still move it or close it.

On GNOME, if the application gets stuck you have to kill it by other means.