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
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
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