X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput.h;h=32ad6cef96f4d1946a10535f0ff8e26b109f2005;hb=e0d0265ba2c4c74d3f7c57a33a18014bd82c8d27;hp=c54c1be5a77ab10ae26b4e017f7ae48e467a8e3d;hpb=480a0746507ce73d26f528b56dc3ed80195096e0;p=pspp-builds.git diff --git a/src/output/output.h b/src/output/output.h index c54c1be5..32ad6cef 100644 --- a/src/output/output.h +++ b/src/output/output.h @@ -1,20 +1,18 @@ -/* PSPP - computes sample statistics. +/* PSPP - a program for statistical analysis. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ #if !output_h #define output_h 1 @@ -41,7 +39,7 @@ enum outp_justification OUTP_CENTER, /* Center justification. */ }; -enum outp_font +enum outp_font { OUTP_FIXED, /* Fixed-width font. */ OUTP_PROPORTIONAL, /* Proportional font. */ @@ -77,7 +75,7 @@ struct outp_class /* special != 0 only. */ void (*submit) (struct outp_driver *, struct som_entity *); - + /* special == 0 only. */ void (*line) (struct outp_driver *, int x0, int y0, int x1, int y1, enum outp_line_style top, enum outp_line_style left,