&& make Makefile && make Makefiles && cd Xrandr && make' then 'cd
xc/programs/Xserver && make Makefile && make Makefiles && cd dix &&
make clean && make && cd ../randr && make && cd ../hw/xwin && make
clean && make'. We don't actually do resizes yet, but the function we
need to do so (RRSetScreenConfig) exists now and we just have to do the
Cygwin/X-specific part.
hangs in clipboard integration manager, fix bug with atoms not being
created if they did not already exist, and move About... entry in the
tray icon menu.
Since I was listed as the sole author and I have never had a copyright
assignment form on file with The XFree86 Project, Inc. it is not
possible that they would hold the copyright on these files.
I wrote. I was listed as the sole author and I have never had a
copyright assignment form on file with The XFree86 Project, Inc., so it
is not possible that they would hold the copyright on this file.
and I have never had a copyright assignment form on file with The
XFree86 Project, Inc., so it is not possible that they would hold the
copyright on this file.
and I have never had a copyright assignment form on file with The
XFree86 Project, Inc., so it is not possible that they would hold the
copyright on these files.
winReorderWindowsMultiWindow(), which now inhibits reentries to avoid
infinite restacking. Call winReorderWindowsMultiWindow() in appropriate
places to keep consistent window Z order even if always-on-top windows
are mixed. (Earle F. Philhower III and Takuma Murakami)
winRedrawAllProcShadowGDI as indicator which window initiated the call
since EnumerateThreadWindows is called from WM_PAINT handler too and
invalidates the fresh painted window right after painting it.
to take icons from compiled DLL or EXEs Added ",nnn" icon extraction to
take icons compiled into XWin.exe Fixed ICONDIRECTORY no longer
appended to icon path if it is fully qualified
winReorderWindowsMultiWindow function from multiwindow mode. This
function was called around 100 times per second. Now the ordering task
is done in winTopLevelWindowProc/WM_ACTIVATE handler in event driven
manner. Stop propagating WM_ACTIVATEAPP messages to the root window.
Simplify winRedrawAllProcShadowGDI.