summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/widget_layer.h
authoribotty <ibotty>2002-10-11 18:04:41 (UTC)
committer ibotty <ibotty>2002-10-11 18:04:41 (UTC)
commit875c59cf65ab1f3cd6c8c47379f51138adad6cd6 (patch) (side-by-side diff)
treee6d63a8e667f629ea4851c0b1f9dcd5e9d5955b8 /noncore/apps/opie-console/widget_layer.h
parent8fd1fbe489756b3629252cd1e962d8808ca98e03 (diff)
downloadopie-875c59cf65ab1f3cd6c8c47379f51138adad6cd6.zip
opie-875c59cf65ab1f3cd6c8c47379f51138adad6cd6.tar.gz
opie-875c59cf65ab1f3cd6c8c47379f51138adad6cd6.tar.bz2
added vt100 character translation table
Diffstat (limited to 'noncore/apps/opie-console/widget_layer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/widget_layer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/widget_layer.h b/noncore/apps/opie-console/widget_layer.h
index 01a4614..2ca0f88 100644
--- a/noncore/apps/opie-console/widget_layer.h
+++ b/noncore/apps/opie-console/widget_layer.h
@@ -34,6 +34,7 @@
+unsigned short vt100_graphics[32];
class WidgetLayer : public QFrame
{ Q_OBJECT