diff options
Diffstat (limited to 'development/xvile/patches/inputhint.patch')
-rw-r--r-- | development/xvile/patches/inputhint.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/xvile/patches/inputhint.patch b/development/xvile/patches/inputhint.patch new file mode 100644 index 000000000000..5d5ef0a1f4b9 --- /dev/null +++ b/development/xvile/patches/inputhint.patch @@ -0,0 +1,12 @@ +diff -ru vile-9.8s.orig/x11.c vile-9.8s/x11.c +--- vile-9.8s.orig/x11.c 2014-03-30 14:53:19.000000000 -0400 ++++ vile-9.8s/x11.c 2018-10-13 13:47:53.093692915 -0400 +@@ -1819,7 +1819,7 @@ + hints = XAllocWMHints(); + + if (hints) { +- hints->flags = IconPixmapHint; ++ hints->flags |= IconPixmapHint; + hints->icon_pixmap = myIcon; + if (myMask) { + hints->flags |= IconMaskHint; |