[DEV] display icon on X11
This commit is contained in:
@@ -68,6 +68,10 @@ void APP_Init(void)
|
||||
#else
|
||||
ewol::config::FontSetDefault("FreeSerif", 14);
|
||||
#endif
|
||||
|
||||
// set the application icon ...
|
||||
ewol::SetIcon("DATA:icon.png");
|
||||
|
||||
// init internal global value
|
||||
globals::init();
|
||||
|
||||
@@ -125,12 +129,6 @@ void APP_Init(void)
|
||||
}
|
||||
|
||||
|
||||
etk::UString APP_Icon(void)
|
||||
{
|
||||
etk::UString bitmapFile("DATA:iconEdn.bmp");
|
||||
return bitmapFile;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief main application function Un-Initialisation
|
||||
*/
|
||||
|
Reference in New Issue
Block a user