X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Usermode%2FApplications%2Faxwin3_src%2Finclude%2Frichtext_messages.h;h=a440592ceba77f2387aeccf17fe7f953aca3d315;hb=58716e08fd3ce62861636a300879e10e930b177b;hp=6dcf9a2c73e20f5c9f9a405a4be8218445199d60;hpb=134ea1493847ea65896430c446c471874d0cf4fa;p=tpg%2Facess2.git diff --git a/Usermode/Applications/axwin3_src/include/richtext_messages.h b/Usermode/Applications/axwin3_src/include/richtext_messages.h index 6dcf9a2c..a440592c 100644 --- a/Usermode/Applications/axwin3_src/include/richtext_messages.h +++ b/Usermode/Applications/axwin3_src/include/richtext_messages.h @@ -28,9 +28,15 @@ enum MSG_RICHTEXT_ADDLINE, // Events - - MSG_RICHTEXT_SENDLINE, // Bi-directional - MSG_RICHTEXT_REQLINE // Bi-directional + MSG_RICHTEXT_KEYPRESS, + MSG_RICHTEXT_MOUSEBTN, + + // Bi-directional messages + // - Sent by server to get a line that is not cached + // - Sent by client to read line contents + MSG_RICHTEXT_REQLINE, + // - Response to _REQLINE + MSG_RICHTEXT_SENDLINE, }; struct sRichTextMsg_SetAttr