view TOOLS/realcodecs/drv3.sh @ 13056:1c2f6de431bf

Removed superfluous XFlush calls before XSync. Original patch by Piotr Neuman <sikkh@wp.pl> extended by Joey to cover all X11 code modified by me to only do the above stated change.
author al
date Fri, 20 Aug 2004 09:41:13 +0000
parents 86c478bea7ce
children
line wrap: on
line source

rm drv3.so.6.0
gcc -c drv3.c -g &&
ld -shared -o drv3.so.6.0 drv3.o -ldl -lc