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.
On 03.08.2005 00:38, Robert Shearman wrote:
You have added this field, but don't use it apart from in a commented out line.
Hm, that's not how it's supposed to be. Gotta check again.
-f.r.
On 03.08.2005 00:38, Robert Shearman wrote:
You have added this field, but don't use it apart from in a commented out line.
It's used in theme_changed(). But the commented out line is a mistake.
-f.r.