http://bugs.winehq.org/show_bug.cgi?id=4608
Summary: x1drv: Resizing limit not respected in managed mode Product: Wine Version: CVS Platform: PC URL: http://www.videolan.org/vlc/download-windows.html OS/Version: Linux Status: NEW Keywords: download, source Severity: normal Priority: P2 Component: wine-x11driver AssignedTo: wine-bugs@winehq.org ReportedBy: wine.dev@web.de
While testing vlc-0.8.4a-win32 (http://appdb.winehq.org/appview.php?versionId=4271):
Run from the App-Directory: wine vlc.exe
vlc is started with the minimal usable size (461x92). On windows, you can't resize vlc smaller than this size.
On wine, you can resize vlc to a minimum of width=11 and height=29
Setting min_width / min_height in dlls/x11drv/window.c:set_size_hints() could be a solution.
"XSizeHints" in the Xlib Programming-Manual: http://tronche.com/gui/x/xlib/ICC/client-to-window-manager/wm-normal-hints.h...
(when setting wine to unmanaged, resizing smaller than the start-size is not possible)