[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:
parent
27562bf838
commit
20454498ed
|
@ -66,7 +66,7 @@ static clock_t gui_last_poll; /**< Time of last wimp_poll. */
|
|||
osspriteop_area *pointers; /**< Sprite area containing pointer data */
|
||||
gui_pointer_shape curr_pointer; /**< Current shape of the pointer */
|
||||
/** 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_ACK,
|
||||
message_DATA_LOAD,
|
||||
|
|
Loading…
Reference in New Issue