From 1097c1416f352fe4da49391548224a057cfc870d Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Sat, 1 Jul 2017 23:04:20 -0400 Subject: x11: add 128x128 sized icon support --- video/out/x11_common.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'video') diff --git a/video/out/x11_common.c b/video/out/x11_common.c index f46e78b8d9..30ad89746f 100644 --- a/video/out/x11_common.c +++ b/video/out/x11_common.c @@ -118,11 +118,16 @@ static const char x11_icon_64[] = #include "video/out/x11_icon_64.inc" ; +static const char x11_icon_128[] = + #include "video/out/x11_icon_128.inc" +; + #define ICON_ENTRY(var) { (char *)var, sizeof(var) } static const struct bstr x11_icons[] = { ICON_ENTRY(x11_icon_16), ICON_ENTRY(x11_icon_32), ICON_ENTRY(x11_icon_64), + ICON_ENTRY(x11_icon_128), {0} }; -- cgit v1.2.3