meta: relocate some files

This commit is contained in:
K. Lange 2018-11-21 21:32:17 +09:00
parent f9ecde5548
commit cd63e25cff
11 changed files with 9 additions and 9 deletions

View File

@ -2101,14 +2101,14 @@ int main(int argc, char * argv[]) {
#define FONT_COUNT 8
sprite_t _font_data[FONT_COUNT];
load_sprite(&_font_data[0], "/usr/share/sdf_thin.bmp");
load_sprite(&_font_data[1], "/usr/share/sdf_bold.bmp");
load_sprite(&_font_data[2], "/usr/share/sdf_mono.bmp");
load_sprite(&_font_data[3], "/usr/share/sdf_mono_bold.bmp");
load_sprite(&_font_data[4], "/usr/share/sdf_mono_oblique.bmp");
load_sprite(&_font_data[5], "/usr/share/sdf_mono_bold_oblique.bmp");
load_sprite(&_font_data[6], "/usr/share/sdf_oblique.bmp");
load_sprite(&_font_data[7], "/usr/share/sdf_bold_oblique.bmp");
load_sprite(&_font_data[0], "/usr/share/fonts/sdf_thin.sdf");
load_sprite(&_font_data[1], "/usr/share/fonts/sdf_bold.sdf");
load_sprite(&_font_data[2], "/usr/share/fonts/sdf_mono.sdf");
load_sprite(&_font_data[3], "/usr/share/fonts/sdf_mono_bold.sdf");
load_sprite(&_font_data[4], "/usr/share/fonts/sdf_mono_oblique.sdf");
load_sprite(&_font_data[5], "/usr/share/fonts/sdf_mono_bold_oblique.sdf");
load_sprite(&_font_data[6], "/usr/share/fonts/sdf_oblique.sdf");
load_sprite(&_font_data[7], "/usr/share/fonts/sdf_bold_oblique.sdf");
TRACE(" Data loaded...");

View File

@ -1203,7 +1203,7 @@ int main (int argc, char ** argv) {
signal(SIGINT, sig_int);
signal(SIGUSR2, sig_usr2);
appmenu = menu_set_get_root(menu_set_from_description("/usr/share/demo.menu", launch_application_menu));
appmenu = menu_set_get_root(menu_set_from_description("/etc/panel.menu", launch_application_menu));
window_menu = menu_create();
menu_insert(window_menu, menu_create_normal(NULL, NULL, "Maximize", _window_menu_start_maximize));

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB

View File

Before

Width:  |  Height:  |  Size: 636 KiB

After

Width:  |  Height:  |  Size: 636 KiB