ChangeSet ID: 19507 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/12 10:52:56
Modified files: dlls/comctl32 : theming.c
Log message: Frank Richter frank.richter@gmail.com Determining the superclass for a window subclassed for theming doesn't work - e.g. Delphi buttons have the classname "TButton" for which no superclass will be found. Instead, use initial subclass window procs that have the subclass hardcoded and store it for the "real" subclass window proc.
Patch: http://cvs.winehq.org/patch.py?id=19507
Old revision New revision Changes Path 1.1 1.2 +27 -29 wine/dlls/comctl32/theming.c