[project @ 2004-04-02 14:31:20 by jmb]

Forgot to increment the number of messages we're interested in.

svn path=/import/netsurf/; revision=700
This commit is contained in:
John Mark Bell 2004-04-02 14:31:20 +00:00
parent 27562bf838
commit 20454498ed
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static clock_t gui_last_poll; /**< Time of last wimp_poll. */
osspriteop_area *pointers; /**< Sprite area containing pointer data */ osspriteop_area *pointers; /**< Sprite area containing pointer data */
gui_pointer_shape curr_pointer; /**< Current shape of the pointer */ gui_pointer_shape curr_pointer; /**< Current shape of the pointer */
/** Accepted wimp user messages. */ /** Accepted wimp user messages. */
static const wimp_MESSAGE_LIST(26) task_messages = { { static const wimp_MESSAGE_LIST(27) task_messages = { {
message_DATA_SAVE, message_DATA_SAVE,
message_DATA_SAVE_ACK, message_DATA_SAVE_ACK,
message_DATA_LOAD, message_DATA_LOAD,