[interfacekit] Re: Missing stuff from GraphicsDefs.h

> Hi there,
> 
> it seems that all extern constants in GraphicsDefs.h have not been 
> defined anywhere yet.
> Should they be defined in the local files, i.e. B_MAIN_SCREEN_ID in 
> Screen.cpp, or together in a GraphicsDefs.cpp?
> If no one stops me, I will commit the latter to the repository in the 
> next few days.
> 
> Bye,
>    Axel.
By convention, Globals.cpp has been the place for storing a lot of 
different definitions and miscellaneous functions declared in the 
headers, such as get_pixel_size_for() and such. I have no problem if 
you wish to place the other undefined symbols there. :)

--DW

Other related posts: