Summary: | mingw support (pure win32 xserver) | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Alexander Gottwald <ago> | ||||||||||||||||||||
Component: | Server/DDX/Xwin | Assignee: | Alexander Gottwald <ago> | ||||||||||||||||||||
Status: | RESOLVED FIXED | QA Contact: | |||||||||||||||||||||
Severity: | normal | ||||||||||||||||||||||
Priority: | high | CC: | dberkholz, roland.mainz | ||||||||||||||||||||
Version: | git | ||||||||||||||||||||||
Hardware: | x86 (IA32) | ||||||||||||||||||||||
OS: | Linux (All) | ||||||||||||||||||||||
Whiteboard: | |||||||||||||||||||||||
i915 platform: | i915 features: | ||||||||||||||||||||||
Bug Depends on: | 1804, 1864, 1865, 1866, 1914 | ||||||||||||||||||||||
Bug Blocks: | |||||||||||||||||||||||
Attachments: |
|
Description
Alexander Gottwald
2004-11-09 05:34:29 UTC
Created attachment 1251 [details] [review] Patches for xwin ddx - wrappers for cygwin / win32 specific code - wrappers for multiwindow and clipboard code Created attachment 1252 [details] [review] Patches for xwin ddx fixed #ifdef CYGWIN to #ifdef __CYGWIN__ replaced checks for WIN32 with opposed checks for __CYGWIN__ Created attachment 1253 [details] [review] Patches to xserver DIX Created attachment 1254 [details] [review] patches to config, extras, libs and includes Created attachment 1271 [details] [review] patches to lib/font/fontfile The patch enables parsing of driveletters and uses stat(filename) instead of fstat(fileno(file)) because fstat was always fialing for unknown reasons Created attachment 1272 [details] [review] Patches to xserver DIX Added winsock initialisation before gethostbyname call in xdmcp.o Created attachment 1273 [details] [review] patches to config, libs and includes Added handling of WSAGetLastError in lib/xtrans Created attachment 1274 [details] [review] Patches to xserver DIX Fixed socket error handling in recv, send and select Created attachment 1275 [details] [review] Patches for xwin ddx rgb file and fontpath are relocated on startup. PROJECTROOT/lib/X11 is replaced with directory component of xserver I've commited most of the patches from http://www.freedesktop.org/~ago/Xming/xming-20041115.diff pending patches are: #1865: change to snprintf #1866: change to MESA GL/gl.h The windows xserver is stable now and in HEAD but I have no intent to port it back to 6.8.x closing bug. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.