Re: commctrl: modularize progress drawing

2005-07-26 Thread Dimi Paun
From: "Felix Nawothnig" <[EMAIL PROTECTED]> > > 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 preferabl

Re: commctrl: modularize progress drawing

2005-07-26 Thread Felix Nawothnig
Dimi Paun wrote: 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. I thought the only half-official rule wo

Re: commctrl: modularize progress drawing

2005-07-26 Thread Dimi Paun
From: "Frank Richter" <[EMAIL PROTECTED]> > Frank Richter <[EMAIL PROTECTED]> > 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 inl