diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-09-28 10:13:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-09-28 10:13:11 +0000 |
commit | c1dc0a1745ca8959fc4ce61ce026e2a83984c13e (patch) | |
tree | 786fa1fbb17c69aa06408624ed3ee94be63be396 /display.h | |
parent | 3e0c556084482bdb8cc32d03a1b57ecd45eb8947 (diff) |
Notes
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/display.h b/display.h new file mode 100644 index 000000000000..4bd7ce77e08c --- /dev/null +++ b/display.h @@ -0,0 +1,7 @@ +/* constants needed for display.c */ + +/* "type" argument for new_message function */ + +#define MT_standout 1 +#define MT_delayed 2 + |