Determining the superclass for a window subclassed for theming doesn't
commitb49c12a91e971c82224de3260e186e4f0eae16d7
authorFrank Richter <frank.richter@gmail.com>
Fri, 12 Aug 2005 15:52:56 +0000 (12 15:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Aug 2005 15:52:56 +0000 (12 15:52 +0000)
treeab10d9205da83c04641ccbff4656c1eb7a173d7a
parenta202bacc582e6e5c2463e81767bf29f4418a7b71
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.
dlls/comctl32/theming.c