Dylan Smith : richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.

Alexandre Julliard julliard at winehq.org
Thu Sep 24 10:55:30 CDT 2009


Module: wine
Branch: master
Commit: 99b37b23767df6e8c90ebd9b9a5da81b8d3b239a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=99b37b23767df6e8c90ebd9b9a5da81b8d3b239a

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Thu Sep 24 09:02:51 2009 -0400

richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.

---

 dlls/riched20/editor.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dlls/riched20/editor.c b/dlls/riched20/editor.c
index 4726d4e..09e3de6 100644
--- a/dlls/riched20/editor.c
+++ b/dlls/riched20/editor.c
@@ -141,8 +141,8 @@
   + WM_PASTE
   + WM_SETFONT
   + WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode
-  - WM_STYLECHANGING
-  - WM_STYLECHANGED (things like read-only flag)
+  + WM_STYLECHANGING (seems to do nothing)
+  + WM_STYLECHANGED (seems to do nothing)
   + WM_UNICHAR
   + WM_VSCROLL
 
@@ -2997,8 +2997,6 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
   UNSUPPORTED_MSG(EM_SETTABSTOPS)
   UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS)
   UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX)
-  UNSUPPORTED_MSG(WM_STYLECHANGING)
-  UNSUPPORTED_MSG(WM_STYLECHANGED)
 
 /* Messages specific to Richedit controls */
 




More information about the wine-cvs mailing list