commit | 0e2d0e076f2ef746427f19d2b754ec1dd3ed76b4 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike_mccormack@looksmart.com.au> | Sun Jul 23 14:22:47 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jul 23 14:22:47 2000 +0000 |
tree | 26af7ab1938bba4fc1b159e37e89694bcc1ae78c | |
parent | 7f392f5e1b0def068ab50500b397b4c8efe9aacf [diff] [blame] |
Added some basic text display and editing capabilities, cursor positioning, a bit of scrolling and a text file loader.
diff --git a/programs/notepad/main.h b/programs/notepad/main.h index b42880e..7172939 100644 --- a/programs/notepad/main.h +++ b/programs/notepad/main.h
@@ -55,6 +55,9 @@ /* function prototypes */ +void TrashBuffer(void); +void LoadBufferFromFile(LPCSTR lpFileName); + /* class names */ /* Resource names */