Displaying 3 results from an estimated 3 matches for "wm_getminmaxinfo".
2001 Mar 07
1
CalamusSL 2000 DTP program
Hello,
I tried to install CalamusSL 2000 under wine 20010305 and the installation
itself was successfull. But when I start the program the main window is
very small (120x27) and can't be changed. So the GUI is not visible ...
What can I do to help the maker of the program to find the problem?
And there is another problem with temporary fonts. The program needs some
fonts that will be
2018 Aug 31
0
Wine release 3.15
...the window DPI in redraw_region().
user32: Switch to the window DPI awareness for non-client painting.
user32: Switch to the window DPI awareness in SetParent().
user32: Switch to the window DPI awareness in ShowWindow().
user32: Switch to the window DPI awareness to process WM_GETMINMAXINFO.
user32: Switch to the window DPI awareness in update_window_state().
server: Scale coordinates in get_window_children_from_point based on DPI awareness.
user32: Scale coordinates in Get/SetCursorPos() based on DPI awareness.
user32: Scale coordinates in ClipCursor() based o...
2007 Feb 16
0
Wine release 0.9.31
...ts of CREATESTRUCT in WM_[NC]CREATE of the message spy.
kernel32: Add a trace to MultiByteToWideChar.
winedump: Add a sanity check before dumping long format library export.
dbghelp: Turn a FIXME to a WARN in order to avoid mangling the output.
user32: Although Windows sends WM_GETMINMAXINFO at the window creation time, it doesn't use returned values to set window size.
gdi32: Make sure that we don't read/write beyond the provided buffer in GetOutlineTextMetricsA, add a test case.
user32: Add the tests for minimize/restore MDI child sequence, fix some failures....