Module: wine Branch: master Commit: dee40e90ced1fd8814ad828529edc82dbd68b47c URL: http://source.winehq.org/git/wine.git/?a=commit;h=dee40e90ced1fd8814ad828529...
Author: Huw Davies huw@codeweavers.com Date: Tue Jan 29 13:41:48 2013 +0000
riched20: Move undo handling to a different set of structs as the display item structs are not a good fit.
---
dlls/riched20/caret.c | 12 +- dlls/riched20/editor.c | 10 +- dlls/riched20/editor.h | 7 +- dlls/riched20/editstr.h | 90 +++++++-- dlls/riched20/list.c | 31 +-- dlls/riched20/para.c | 31 +--- dlls/riched20/run.c | 24 +-- dlls/riched20/undo.c | 533 +++++++++++++++++++++++++---------------------- 8 files changed, 396 insertions(+), 342 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=dee40e90ced1fd8814ad82...