Does any one know what CPS is as mentioned in SDLMain.h
23 /* Use this flag to determine whether we use CPS (docking) or not */
24 #define SDL_USE_CPS 1
25 #ifdef SDL_USE_CPS
I can't seem to find it searching the docs
Does any one know what CPS is as mentioned in SDLMain.h
23 /* Use this flag to determine whether we use CPS (docking) or not */
24 #define SDL_USE_CPS 1
25 #ifdef SDL_USE_CPS
I can't seem to find it searching the docs
Phil Hassey had some experience with porting-galcon-fusion-to-the-mac-app-store that mentions the use of this flag as being undocumented. I wasn't able to come across any other relevant information. He essentially suggests just commenting it out, if his situation applies to yours.