diff options
Diffstat (limited to 'icons.h')
-rw-r--r-- | icons.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +Pixmap x11_icon_fit(Display *dpy, Pixmap icon, unsigned long bg, + int width, int height); +void x11_icons_init(Display *dpy, unsigned long bg); |