Panel icons for game and julia fractals
This commit is contained in:
parent
49aebbbb8d
commit
1bef69e527
BIN
hdd/usr/share/icons/24/applications-simulation.png
Normal file
BIN
hdd/usr/share/icons/24/applications-simulation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
hdd/usr/share/icons/24/julia.png
Normal file
BIN
hdd/usr/share/icons/24/julia.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 973 B |
@ -256,7 +256,7 @@ int main(int argc, char ** argv) {
|
||||
flip(ctx);
|
||||
yutani_flip(yctx, window);
|
||||
|
||||
yutani_window_advertise(yctx, window, "RPG Demo");
|
||||
yutani_window_advertise_icon(yctx, window, "RPG Demo", "applications-simulation");
|
||||
|
||||
init_decorations();
|
||||
|
||||
|
@ -234,6 +234,8 @@ int main(int argc, char * argv[]) {
|
||||
yutani_window_move(yctx, window, left, top);
|
||||
init_decorations();
|
||||
|
||||
yutani_window_advertise_icon(yctx, window, "Julia Fractals", "julia");
|
||||
|
||||
ctx = init_graphics_yutani(window);
|
||||
|
||||
redraw();
|
||||
|
Loading…
Reference in New Issue
Block a user