Add PhoshApp object
This represents a single app. Currently we only use the icon (determined via the app_id) but we can also use the surface's content in the future.
parent
6ae0906d
No related branches found
No related tags found
Showing
- src/app.c 293 additions, 0 deletionssrc/app.c
- src/app.h 17 additions, 0 deletionssrc/app.h
- src/meson.build 2 additions, 0 deletionssrc/meson.build
- src/style.css 16 additions, 0 deletionssrc/style.css
- tests/meson.build 1 addition, 0 deletionstests/meson.build
- tests/test-app.c 28 additions, 0 deletionstests/test-app.c
src/app.c
0 → 100644
src/app.h
0 → 100644
tests/test-app.c
0 → 100644
Please register or sign in to comment