summaryrefslogtreecommitdiff
path: root/Xwindows.h
Commit message (Collapse)AuthorAgeFilesLines
* Xwindows.h: Wrap Windows 64-bit types as well for 64-bit buildYaakov Selkowitz2014-03-131-0/+6
| | | | | Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
* Adjust wrapping to work with MinGW-w64 headersYaakov Selkowitz2012-10-291-11/+28
| | | | | | | | | | | Adjust <windows.h> wrapping to work with MinGW-w64 as well MinGW.org headers, which define BOOL in a different way. Add some more comments on what we doing here. v2: Make similar changes to Xwinsock.h, used for MinGW but not Cygwin. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
* Restore macro definition of sleep(), needed by XmingJon TURNEY2009-06-171-0/+4
| | | | | | Removed in error by commit 1defe6b37c23941fe2a67ad4fa66e8ab5f37f9b3 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
* Use indentation to provide a map through the twisty maze of ifdefs, all alikeAlan Coopersmith2009-06-141-10/+10
| | | | | | git diff -w shows no changes other than whitespace in this patch Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Death to RCS tags.Adam Jackson2009-06-121-1/+0
|
* Cygwin/X: Don't destroy min/max macros in Xwindows.hJon TURNEY2009-06-051-9/+17
| | | | | | | | | | Now that macros named min/max rather than MIN/MAX are used consistently in the X server, we need to ensure they work for Xwin builds. Change Xwindows.h from simply destroying any definition of min/max, to avoiding defining them but allowing any pre-existing definition to stand. Also, try to improve the comment describing why this madness is needed in the first place, and remove a no-longer needed macro definition of sleep()
* Use Sleep() instead of sleep() on windowsColin Harrison2008-04-261-1/+1
| | | | (was already done in Xwindows.h, just not Xw32defs.h)
* check for define PATH_MAX before referencing itXORG-6_8_99_4Alexander Gottwald2005-04-201-1/+1
|
* Make sure PATH_MAX is at least 1024Alexander Gottwald2005-01-091-0/+5
|
* Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 AddedAlexander Gottwald2004-11-151-0/+75
mingw (Win32) port