base: minor cleanup of /usr/share

This commit is contained in:
K. Lange 2021-07-14 19:26:29 +09:00
parent 4b849fd884
commit a0938b51fd
6 changed files with 1 additions and 2 deletions

View File

@ -1565,7 +1565,6 @@ int main (int argc, char ** argv) {
sprite_panel = malloc(sizeof(sprite_t));
sprite_logout = malloc(sizeof(sprite_t));
load_sprite(sprite_panel, "/usr/share/panel.png");
load_sprite(sprite_logout, "/usr/share/icons/panel-shutdown.png");
struct stat stat_tmp;

View File

@ -30,7 +30,7 @@
#include <toaru/yutani.h>
#include <toaru/graphics.h>
#define GAME_PATH "/usr/share/pong"
#define GAME_PATH "/usr/share/games/pong"
#define PADDLE_WIDTH 50
#define PADDLE_HEIGHT 300

View File

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B