14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
$NetBSD: patch-ac,v 1.7 2001/04/20 12:33:53 fredb Exp $
|
|
|
|
--- Library/src/HTStyle.c.orig Mon Feb 22 16:10:12 1999
|
|
+++ Library/src/HTStyle.c
|
|
@@ -18,6 +18,8 @@
|
|
#include "WWWUtil.h"
|
|
#include "HTStyle.h"
|
|
|
|
+PUBLIC HTStyleSheet * styleSheet; /* application-wide style sheet */
|
|
+
|
|
struct _HTStyle {
|
|
char * name; /* Style name */
|
|
int element; /* Element (if any) that this style applies to */
|