JoseExposito / eggwm

Automatically exported from code.google.com/p/eggwm
3 stars 1 forks source link

Borders for Qt::FramelessWindowHint windows #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Borders and window decoration is used if there is an application using 
Qt::FramelessWindowHint (eg. launchy http://www.launchy.net/about.php) but it 
should not be.

Qt::FramelessWindowHint:
Produces a borderless window. The user cannot move or resize a borderless 
window via the window system. On X11, the result of the flag is dependent on 
the window manager and its ability to understand Motif and/or NETWM hints. Most 
existing modern window managers can handle this.

Original issue reported on code.google.com by yarpe...@gmail.com on 27 Jan 2011 at 7:43

GoogleCodeExporter commented 9 years ago
Ok, I'll test it, thanks!!

Original comment by jose.exposito89@gmail.com on 27 Jan 2011 at 11:32