26 Jul
2005
26 Jul
'05
5:14 p.m.
From: "Frank Richter" <frank.richter(a)gmail.com>
Frank Richter <frank.richter(a)gmail.com> Split up the drawing code into a set of smaller functions and also moved some common computations into helper functions. All that to facilitate the implementation of the forthcoming theming support.
+static inline int PROGRESS_GetLedSize( PROGRESS_INFO *infoPtr, LONG style,
It has become the norm lately to not have the ALLCAPS_ prefix for internal static functions, but rather have names_with_underscores to easily tell them apart from Win32 APIs. So for the above, I guess get_led_size() would be preferable. -- Dimi Paun <dimi(a)lattica.com> Lattica, Inc.