diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-11 20:55:45 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2008-06-11 20:55:45 +0000 |
commit | 4d8940ef13dbf0bbafb4f10b327f8fb2af514920 (patch) | |
tree | 11a36a6601a9d9251358c46f25f258cd65a8f9b5 /lib/libX11/src/FreeCmap.c | |
parent | 7ea6036bc3091fbaed7ddaeee77e4884d4e0828a (diff) |
Update to libX11 1.1.4. I've carefully checked that there's no API/ABI
change in this version. Only small bug fixes, manual page fixes and
some more data in the i18n tables.
Diffstat (limited to 'lib/libX11/src/FreeCmap.c')
-rw-r--r-- | lib/libX11/src/FreeCmap.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libX11/src/FreeCmap.c b/lib/libX11/src/FreeCmap.c index c399c1f27..651aa14a5 100644 --- a/lib/libX11/src/FreeCmap.c +++ b/lib/libX11/src/FreeCmap.c @@ -46,6 +46,9 @@ XFreeColormap( UnlockDisplay(dpy); SyncHandle(); +#ifdef XCMS _XcmsDeleteCmapRec(dpy, cmap); +#endif + return 1; } |