aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mupdf/files
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-09-05 18:30:32 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-21 23:03:40 -0700
commita65edcb6b8e5ec742436fad584fa157216dfdb73 (patch)
treed95508353b8dc2ff2812143a8e5f543a984dd076 /recipes/mupdf/files
parentb67cdb0c745b303a5799b72b9ef37451cffb6c50 (diff)
downloadopenembedded-a65edcb6b8e5ec742436fad584fa157216dfdb73.tar.gz
mupdf_git.bb: add recipe.
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/mupdf/files')
-rw-r--r--recipes/mupdf/files/wintitle.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/mupdf/files/wintitle.patch b/recipes/mupdf/files/wintitle.patch
new file mode 100644
index 0000000000..dbcf83473d
--- /dev/null
+++ b/recipes/mupdf/files/wintitle.patch
@@ -0,0 +1,15 @@
+Upstream: http://bugs.ghostscript.com/show_bug.cgi?id=691577
+Status: pending
+
+diff --git a/apps/x11_main.c b/apps/x11_main.c
+index 395f9fd..c045863 100644
+--- a/apps/x11_main.c
++++ b/apps/x11_main.c
+@@ -198,6 +198,7 @@ void wincursor(pdfapp_t *app, int curs)
+
+ void wintitle(pdfapp_t *app, char *s)
+ {
++ XStoreName(xdpy, xwin, s);
+ #ifdef X_HAVE_UTF8_STRING
+ Xutf8SetWMProperties(xdpy, xwin, s, s, nil, 0, nil, nil, nil);
+ #else