This is a
mirror!
Contact
|
Impressum
Home
Products
Developers
Forum
Gallery
Login
|
Register
|
Lost Password
Disko Forum
>
Questions
Window with no decoration
kwanlc
Posts: 1
Window with no decoration
5 Years, 4 Months ago
Hi,
I'm trying to create an application launcher using disko. May I know how do I create a borderless window with no titlebar? Is there a way to tell the window manager not to add any decorations to my window?
Regards,
Kwan.
Report to moderator
The administrator has disabled public write access.
Window with no decoration
Stefan
Posts: 91
Re:Window with no decoration
5 Years, 4 Months ago
Currently there is no way of telling the X11 window manager to omit the window decoration for non - fullscreen windows.
However you can change this behaviour at
src/mmsgui/fb/mmsfb.cpp in
MMSFB::init(
)
just add
|CWOverrideRedirect
and
x_window_attr.override_redirect = True;
before the second
XCreateWindow()
call.
Maybe we should make this parameterized.
have fun
Stefan
Report to moderator
The administrator has disabled public write access.
Board Categories
Disko Forum
... News & Announcements
... Ideas & Requirements
... Bug Reports
... Off-Topic
Powered by
FireBoard