OSDN Git Service

refactoring.
authorornse01 <ornse01@users.sourceforge.jp>
Thu, 30 Dec 2010 12:11:10 +0000 (12:11 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Thu, 30 Dec 2010 12:11:10 +0000 (12:11 +0000)
commit481e2be463b5ee7defd261080c3afef0d3838594
treedef119f829e5b4ca61d7555e52f8fbaa91726224
parentcf237231a1d7bc657015f90e19ccebbf2359e81b
refactoring.
- separete files.
- fix public and private.
- sharing same rootine.

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchan/trunk@165 20a0b8eb-f62a-4a12-8fe1-b598822500fb
12 files changed:
src/Makefile
src/Makefile.test
src/layout.c
src/layout.h
src/layoutarray.c
src/layoutarray.h
src/layoutstyle.c [new file with mode: 0644]
src/layoutstyle.h [new file with mode: 0644]
src/main.c
src/render.c [new file with mode: 0644]
src/render.h [new file with mode: 0644]
src/test_layout.c