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