spmenu/libs/icon.h

6 lines
148 B
C
Raw Normal View History

2023-07-03 18:48:38 +02:00
/* 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