From: Johannes Hofmann Date: Sun, 24 Nov 2013 09:20:45 +0000 (+0100) Subject: Use int instead of long for color X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/1fe0a5f39a8755da4cd16e92f2ea00676d9ee3ca?hp=1fe0a5f39a8755da4cd16e92f2ea00676d9ee3ca Use int instead of long for color This patch replaces long by int32_t. It saves some memory on 64bit systems. ---