From: Aurélien Aptel Date: Mon, 15 Mar 2010 22:56:38 +0000 (+0100) Subject: double-buffering added using pixmap (finally). X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/b3b7ffce5f1cb1d82aa26df976f0316d89d15d7f?ds=inline;hp=b3b7ffce5f1cb1d82aa26df976f0316d89d15d7f double-buffering added using pixmap (finally). results in a lot of simplification : - no more dirty flags (perf are good enough). - no more ugly gfx call in emulation functions. LINESPACE removed from config.h. BORDER is now handled correctly. ---