summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixXId.c
Commit message (Collapse)AuthorAgeFilesLines
* Change Tk_FreeXId() into a macro.jan.nijtmans2016-08-121-33/+0
| | | A few end-of-line spacing eliminations.
* Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: ↵jan.nijtmans2016-04-111-1/+0
| | | | [8356aa0eec57fa7a]
* Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window ↵jan.nijtmans2015-11-091-5/+15
|\ | | | | | | embedding can not work on 64-bit Unix and Windows
| * Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window ↵jan.nijtmans2015-11-091-5/+15
| | | | | | | | embedding can not work on 64-bit Unix and Windows
| * eliminate some ANSI_ARGSjan.nijtmans2012-06-081-1/+1
| |\
* | | Zap trailing whitespace.stwo2012-08-061-1/+1
| | |
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | |
* | | XID cleanup patch. Missed during the first commit, sorry.georgeps2008-08-191-467/+6
| | |
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-11/+11
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
| |
* | header cleanupdgp2007-09-071-2/+1
| |
* | Whitespace/style/ANSI improvementsdkf2005-10-211-180/+174
|/
* * generic/tkInt.h:hobbs2002-04-121-7/+50
| | | | | | * unix/tkUnixXId.c (TkFreeXId): frees XID resources. Made idCleanupScheduled a Tcl_TimerToken (was int) in TkDisplay structure to allow us to delete the timer scheduled for it.
* * Corrected definition ofdgp2001-09-251-1/+35
| | | | | TkpScanWindowId to handle situation where types Window and int do not have the same number of bits. CONST-ified too.
* Merged 8-1-0 into mainline.rjohnson1999-04-211-1/+1
|
* fixed Tk comment errorssurles1999-04-161-2/+2
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-4/+3
|
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
|
* Initial revisionrjohnson1998-04-011-0/+537