Panel icons for game and julia fractals

This commit is contained in:
Kevin Lange 2014-05-03 17:51:33 -07:00
parent 49aebbbb8d
commit 1bef69e527
4 changed files with 3 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 973 B

View File

@ -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();

View File

@ -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();