Commit Graph

2 Commits

Author SHA1 Message Date
Mikhail Gusarov
996d92d271 Get rid of Xalloc/Xrealloc/Xfree from X server or Xlib
alloc/realloc/free calls are encapsulated in libXdmcp, so
there is no need to wrap allocation functions even under Windows

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-05-07 18:48:12 -07:00
Mikhail Gusarov
710d4a4298 Reshuffle functions to decrease amount of boilerplate
It it a PitA to do anything with lot of nearly idenical code scattered
around in 30 files each containing 5-line function

Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-05-07 18:41:35 -07:00