summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/x11_common.c5
1 files changed, 5 insertions, 0 deletions
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}
};