summaryrefslogtreecommitdiff
path: root/include/glfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/glfont.h')
-rw-r--r--include/glfont.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/glfont.h b/include/glfont.h
index 991024e..87efd12 100644
--- a/include/glfont.h
+++ b/include/glfont.h
@@ -23,6 +23,7 @@ namespace mogltk {
int printf(const ugly_string &, va_list);
void setcolor(ColorP);
void setshadow(int);
+ void setwspace(int);
int getchar(char) const;
int singletextsize(const String &) const;
@@ -35,7 +36,7 @@ namespace mogltk {
void Bind(int);
int cx, cy, ox;
ColorP textcolor;
- int shadow;
+ int shadow, wspace;
};
extern font * SystemFont;
};