X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Foutput.h;h=be84d0d5a860cf7601cd7e062d3df03f676d052e;hb=f5c108becd49d78f4898cab11352291f5689d24e;hp=c54c1be5a77ab10ae26b4e017f7ae48e467a8e3d;hpb=7eee0554f378481faf447e2d2e940f389d6b05ec;p=pspp-builds.git diff --git a/src/output/output.h b/src/output/output.h index c54c1be5..be84d0d5 100644 --- a/src/output/output.h +++ b/src/output/output.h @@ -41,7 +41,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 +77,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,