commctrl: rebar theming

Robert Shearman rob at codeweavers.com
Tue Aug 2 17:38:55 CDT 2005


Frank Richter wrote:

>@@ -184,6 +186,7 @@
>     HFONT    hFont;       /* handle to the rebar's font */
>     SIZE     imageSize;   /* image size (image list) */
>     DWORD    dwStyle;     /* window style */
>+    DWORD    orgStyle;    /* original style (dwStyle may change) */
>     SIZE     calcSize;    /* calculated rebar size */
>     SIZE     oldSize;     /* previous calculated rebar size */
>     BOOL     bUnicode;    /* TRUE if this window is W type */
>@@ -322,6 +325,7 @@
>

You have added this field, but don't use it apart from in a commented 
out line.

-- 
Rob Shearman




More information about the wine-devel mailing list