spmenu/libs/icon.h
2023-07-03 18:48:38 +02:00

6 lines
148 B
C

/* See LICENSE file for copyright and license details. */
#if USEIMAGE
static int draw_icon(struct item *item, int x, int y, int w, int h);
#endif