aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaWidget.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-02-18 02:28:01 +0000
committernyamatongwe <devnull@localhost>2001-02-18 02:28:01 +0000
commitb9abce71624013ee6a2e892fdf6169b5ac733bd1 (patch)
tree6bc2157d676049d1a23bb8cb7bae41966f55becf /include/ScintillaWidget.h
parent9a129ff9b241a82e52d515836d4c149feab1a133 (diff)
downloadscintilla-mirror-b9abce71624013ee6a2e892fdf6169b5ac733bd1.tar.gz
Changed iMessage parameter of scintilla_send_message from int to unsigned
int to be compatible with other message functions.
Diffstat (limited to 'include/ScintillaWidget.h')
-rw-r--r--include/ScintillaWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ScintillaWidget.h b/include/ScintillaWidget.h
index 2382b65a1..a151b9cb2 100644
--- a/include/ScintillaWidget.h
+++ b/include/ScintillaWidget.h
@@ -46,7 +46,7 @@ struct _ScintillaClass {
guint scintilla_get_type (void);
GtkWidget* scintilla_new (void);
void scintilla_set_id (ScintillaObject *sci,int id);
-sptr_t scintilla_send_message (ScintillaObject *sci,int iMessage, uptr_t wParam, sptr_t lParam);
+sptr_t scintilla_send_message (ScintillaObject *sci,unsigned int iMessage, uptr_t wParam, sptr_t lParam);
#ifdef __cplusplus
}