|
From: Geert U. <ge...@us...> - 2002-09-15 09:49:56
|
CVSROOT: /cvsroot/linux-fbdev
Module name: fbtest
Repository: fbtest/visops/
Changes by: geertu@usw-pr-cvs1. 02/09/15 02:48:54
Log message:
Use ISO C99 designated initializers
Modified files:
fbtest/drawops/:
cfb16.c cfb2.c cfb24.c cfb32.c cfb4.c cfb8.c iplan2p16.c
iplan2p2.c iplan2p4.c iplan2p8.c planar.c
fbtest/tests/:
test001.c test002.c test003.c test004.c test005.c
test006.c test007.c test008.c test009.c
fbtest/visops/:
directcolor.c grayscale.c ham.c mono.c pseudocolor.c
truecolor.c
Revision Changes Path
1.5 +7 -7 fbtest/drawops/cfb16.c
1.6 +7 -7 fbtest/drawops/cfb2.c
1.4 +5 -5 fbtest/drawops/cfb24.c
1.6 +7 -7 fbtest/drawops/cfb32.c
1.6 +7 -7 fbtest/drawops/cfb4.c
1.6 +7 -7 fbtest/drawops/cfb8.c
1.4 +4 -4 fbtest/drawops/iplan2p16.c
1.4 +4 -4 fbtest/drawops/iplan2p2.c
1.4 +4 -4 fbtest/drawops/iplan2p4.c
1.4 +4 -4 fbtest/drawops/iplan2p8.c
1.4 +4 -4 fbtest/drawops/planar.c
1.3 +4 -4 fbtest/tests/test001.c
1.4 +4 -4 fbtest/tests/test002.c
1.3 +6 -6 fbtest/tests/test003.c
1.4 +4 -4 fbtest/tests/test004.c
1.2 +4 -4 fbtest/tests/test005.c
1.3 +4 -4 fbtest/tests/test006.c
1.3 +4 -4 fbtest/tests/test007.c
1.2 +4 -4 fbtest/tests/test008.c
1.2 +4 -4 fbtest/tests/test009.c
1.6 +5 -5 fbtest/visops/directcolor.c
1.7 +4 -4 fbtest/visops/grayscale.c
1.6 +4 -4 fbtest/visops/ham.c
1.5 +4 -4 fbtest/visops/mono.c
1.7 +5 -5 fbtest/visops/pseudocolor.c
1.7 +4 -4 fbtest/visops/truecolor.c
|