From 408f8311dd071924d62ae10d0078e595e9137a9e Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 7 Nov 2012 08:35:16 +0100 Subject: fixed "-" processing and improved C command, added R command --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 452b9a8..f17ef1b 100644 --- a/main.cpp +++ b/main.cpp @@ -40,11 +40,11 @@ message_display(GtkMessageType type, const gchar *fmt, ...) gtk_label_set_text(GTK_LABEL(message_widget), buf); } -void +sptr_t editor_msg(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { - scintilla_send_message(SCINTILLA(editor_widget), - iMessage, wParam, lParam); + return scintilla_send_message(SCINTILLA(editor_widget), + iMessage, wParam, lParam); } static gboolean -- cgit v1.2.3