settings: Make viewwidth, viewlength "int"s instead of pointers.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2010 18:37:19 +0000 (11:37 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Aug 2010 21:57:56 +0000 (14:57 -0700)
commitadd3ba666ddc4f88fbf0934184c82e35c0787795
tree92ec8f32824d89881df2fdbb42c8309957a9b6c9
parent215d1d014dbbf25c74c40ffd1155bc83cc752aaa
settings: Make viewwidth, viewlength "int"s instead of pointers.

I don't recall exactly why these were pointers any longer, but it doesn't
seem to be necessary any longer.  It is more straightforward if they are
just stored in the same way as the other settings.
src/data/settings.c
src/data/settings.h
src/ui/gui/psppire.c
src/ui/terminal/main.c
src/ui/terminal/terminal.c