http://bugs.winehq.org/show_bug.cgi?id=20407
Summary: Add command line access to "Decorated" option Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P5 Component: winex11.drv AssignedTo: wine-bugs@winehq.org ReportedBy: ghodmode@ghodmode.com
I'd like to be able to use a command line option that would allow me to set or remove the "Allow the window manager to decorate the windows" option.
From a user perspective, it seems like it would fit nicely along with the
desktop name and size options of the explorer command ie: wine explorer /desktop=mydesktop,1440x900,NoDecorations
I looked at the code and I realize that the explorer command line options is handled in programs/explorer/desktop.c while the "Decorated" option is handled in a completely different place by the X11 driver, dlls/winex11.drv/x11drv_main.c
I'm really pushing the limits of my C programming knowledge here, but I figured that if I was going to ask for a feature, I should at least try to find out something about it :)
Thank you.
-- -- Ghodmode
http://bugs.winehq.org/show_bug.cgi?id=20407
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Component|winex11.drv |-unknown Version|unspecified |1.1.31 Resolution| |WONTFIX
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-19 06:57:26 --- x11drv has a lot of parameters being turned on/off via winecfg. There is nothing special about the "Decorated" option. Decorateless desktop mode is just one of the options.
http://bugs.winehq.org/show_bug.cgi?id=20407
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2009-10-19 06:57:40 --- Closing.