compositor-x11: Set window icon

This commit is contained in:
Kristian Høgsberg 2011-01-26 14:37:07 -05:00
parent 24ed621388
commit f58d8ca1bd
5 changed files with 76 additions and 23 deletions

View file

@ -230,4 +230,7 @@ tty_destroy(struct tty *tty);
void
screenshooter_create(struct wlsc_compositor *ec);
uint32_t *
wlsc_load_image(const char *filename, int width, int height);
#endif