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://jasonwoof.com/gitweb/?a=commitdiff_plain;h=1fe0a5f39a8755da4cd16e92f2ea00676d9ee3ca;hp=1fe0a5f39a8755da4cd16e92f2ea00676d9ee3ca;p=st.git Use int instead of long for color This patch replaces long by int32_t. It saves some memory on 64bit systems. ---