summaryrefslogtreecommitdiff
path: root/net-misc/guacamole-server/files/guacamole-server-0.9.9-glyph-order.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/guacamole-server/files/guacamole-server-0.9.9-glyph-order.patch')
-rw-r--r--net-misc/guacamole-server/files/guacamole-server-0.9.9-glyph-order.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-misc/guacamole-server/files/guacamole-server-0.9.9-glyph-order.patch b/net-misc/guacamole-server/files/guacamole-server-0.9.9-glyph-order.patch
deleted file mode 100644
index 70bba86d9000..000000000000
--- a/net-misc/guacamole-server/files/guacamole-server-0.9.9-glyph-order.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- guacamole-server-0.9.5/src/protocols/rdp/rdp_glyph.c~ 2015-02-04 05:58:22.000000000 +0000
-+++ guacamole-server-0.9.5/src/protocols/rdp/rdp_glyph.c 2015-03-17 14:04:45.549617112 +0000
-@@ -126,7 +126,8 @@ void guac_rdp_glyph_free(rdpContext* con
- }
-
- void guac_rdp_glyph_begindraw(rdpContext* context,
-- int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor) {
-+ int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor,
-+ BOOL fOpRedundant) {
-
- guac_client* client = ((rdp_freerdp_context*) context)->client;
- rdp_guac_client_data* guac_client_data =
---- guacamole-server-0.9.5/src/protocols/rdp/rdp_glyph.h~ 2015-02-04 05:58:22.000000000 +0000
-+++ guacamole-server-0.9.5/src/protocols/rdp/rdp_glyph.h 2015-03-17 14:05:27.929142981 +0000
-@@ -53,7 +53,8 @@ void guac_rdp_glyph_new(rdpContext* cont
- void guac_rdp_glyph_draw(rdpContext* context, rdpGlyph* glyph, int x, int y);
- void guac_rdp_glyph_free(rdpContext* context, rdpGlyph* glyph);
- void guac_rdp_glyph_begindraw(rdpContext* context,
-- int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor);
-+ int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor,
-+ BOOL fOpRedundant);
- void guac_rdp_glyph_enddraw(rdpContext* context,
- int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor);
-