summaryrefslogtreecommitdiffstats
path: root/win/stubs.c
Commit message (Collapse)AuthorAgeFilesLines
* fix signature of XSynchronize to match X.orgjan.nijtmans2012-06-151-2/+2
|
* Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-081-29/+47
|\ | | | | | | needed for Cygwin
| * some quoting issues, eliminate TCL_VARARGS_DEFINEjan.nijtmans2012-06-071-1/+1
| |\
| * \ Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-071-18/+35
| |\ \ | | |/ | | | | | | needed for Cygwin
| | * merge core-8-4-branchbug_3508771jan.nijtmans2012-06-051-28/+28
| | |\
| | * | change signature of all X11 functions to match those of CYGWINjan.nijtmans2012-05-021-22/+40
| | | |
| * | | Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-11/+12
| |\ \ \ | | | |/ | | |/|
| | * | Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-11/+12
| | | | | | | | | | | | Add .PHONY targets, and various quoting issues (Makefile.in)
* | | | Implement XFlush and various others for win32 as stubs, so win32 extensions ↵jan.nijtmans2012-05-311-0/+68
|/ / / | | | | | | | | | | | | using those can run under CYGWIN as well. Allow tk86.dll to cooperate with the cygwin console.
* | | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
|\ \ \ | |/ /
| * | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
| |/
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+2
|\ \ | |/
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-192/+187
|/
* * Overlooked COSNTification of XSetCommanddgp2002-02-011-1/+1
|
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-1/+1
| | | | | | | | | | | | | | | * win/stubs.c (_XInitImageFuncPtrs): Add return value for function. * win/tkWinButton.c (buttonStyles, ButtonBindProc, ComputeStyle): Remove unused declarations. * win/tkWinColor.c (GetColorByName, GetColorByValue): Remove unused function declarations. * win/tkWinDialog.c (TrySetDirectory): Remove unused function declaration. * win/tkWinEmbed.c (TkWinEmbeddedEventProc): Cast to match function prototype. * win/tkWinMenu.c (winMenuMutex, MenuExitProc): Remove unused declaration. * win/tkWinWindow.c (StackWindow): Remove unused declaration. * win/tkWinWm.c (ConfigureEvent): Remove unused declaration. * win/tkWinX.c (winXMutex): Remove unused declaration. * xlib/ximage.c (XCreateBitmapFromData): Cast to match function prototype.
* modified files to work with new windows Makefilessurles1999-06-161-5/+1
|
* Initial revisionrjohnson1998-04-011-0/+397