Wow never even knew about this code:
Code:
AddAppletFunc( AppMain_Glow , APP_SETAURA1 , _T( "WndStatus ") , _T( "Icon_Applet.dds") , "Glow Change" , 0 );
only saw that i need to add this code:
Code:
#ifdef __JOPS_GLOW
DECLAREAPPLET( APPMain_Glow , new CWndGlowChange );
#endif