You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Rebase against ee9ae29a55b12b2c657f968fd3a958d72ecd7857.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 89144b9ac2938a343d9165f16f4b7b594fa98782 Mon Sep 17 00:00:00 2001
|
||||
From 99cd86cd9a33f96f15b6912fe7e70b2e1ed580ed Mon Sep 17 00:00:00 2001
|
||||
From: Dmitry Timoshkov <dmitry@baikal.ru>
|
||||
Date: Wed, 13 Apr 2016 15:52:38 +0800
|
||||
Subject: wineps.drv: Add support for GETFACENAME and DOWNLOADFACE escapes.
|
||||
@@ -82,7 +82,7 @@ index 2f3ddfc..86a94fd 100644
|
||||
|
||||
case MFCOMMENT:
|
||||
diff --git a/dlls/wineps.drv/psdrv.h b/dlls/wineps.drv/psdrv.h
|
||||
index 75c062a..c806d52 100644
|
||||
index 79f23ea..40af794 100644
|
||||
--- a/dlls/wineps.drv/psdrv.h
|
||||
+++ b/dlls/wineps.drv/psdrv.h
|
||||
@@ -547,6 +547,7 @@ extern BOOL PSDRV_SelectBuiltinFont(PHYSDEV dev, HFONT hfont,
|
||||
@@ -92,7 +92,7 @@ index 75c062a..c806d52 100644
|
||||
+extern char *PSDRV_get_download_name(PHYSDEV dev, BOOL vertical) DECLSPEC_HIDDEN;
|
||||
extern BOOL PSDRV_SelectDownloadFont(PHYSDEV dev) DECLSPEC_HIDDEN;
|
||||
extern BOOL PSDRV_WriteSetDownloadFont(PHYSDEV dev, BOOL vertical) DECLSPEC_HIDDEN;
|
||||
extern BOOL PSDRV_WriteDownloadGlyphShow(PHYSDEV dev, const WORD *glpyhs, UINT count) DECLSPEC_HIDDEN;
|
||||
extern BOOL PSDRV_WriteDownloadGlyphShow(PHYSDEV dev, const WORD *glyphs, UINT count) DECLSPEC_HIDDEN;
|
||||
--
|
||||
2.7.1
|
||||
|
||||
|
Reference in New Issue
Block a user