X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Ftext-item.h;h=2e27529fecbae5ad29039bf4f07ea618c978ed26;hb=a7a300e7d9963ce9a26fd87e4db922ed74111731;hp=a8f1e493e92fdb7382c91d947d1fe59b6ed62479;hpb=e6bb779b866f297b736a7f93a0c8aa741131726f;p=pspp diff --git a/src/output/text-item.h b/src/output/text-item.h index a8f1e493e9..2e27529fec 100644 --- a/src/output/text-item.h +++ b/src/output/text-item.h @@ -50,9 +50,10 @@ struct text_item struct output_item output_item; char *text; /* The content. */ enum text_item_type type; /* Type. */ + + bool bold, italic, underline, markup; char *typeface; int size; - bool bold, italic, underline, markup; }; struct text_item *text_item_create (enum text_item_type, const char *text);