[DEV] display icon on X11
This commit is contained in:
parent
bb9ce4f57f
commit
bc83eb599d
@ -68,6 +68,10 @@ void APP_Init(void)
|
|||||||
#else
|
#else
|
||||||
ewol::config::FontSetDefault("FreeSerif", 14);
|
ewol::config::FontSetDefault("FreeSerif", 14);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// set the application icon ...
|
||||||
|
ewol::SetIcon("DATA:icon.png");
|
||||||
|
|
||||||
// init internal global value
|
// init internal global value
|
||||||
globals::init();
|
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
|
* @brief main application function Un-Initialisation
|
||||||
*/
|
*/
|
||||||
|
@ -44,7 +44,7 @@ FILE_LIST+= appl/Highlight/HighlightPattern.cpp \
|
|||||||
FILE_LIST+= appl/init.cpp
|
FILE_LIST+= appl/init.cpp
|
||||||
|
|
||||||
|
|
||||||
LOCAL_COPY_FOLDERS := \
|
LOCAL_COPY_FOLDERS := ../data/icon.*: \
|
||||||
../data/color/*.xml:color/ \
|
../data/color/*.xml:color/ \
|
||||||
../data/languages/asm/*.xml:languages/asm/ \
|
../data/languages/asm/*.xml:languages/asm/ \
|
||||||
../data/languages/bash/*.xml:languages/bash/ \
|
../data/languages/bash/*.xml:languages/bash/ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user