Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 608540 | Differences between
and this patch

Collapse All | Expand All

(-)orig-incubator-guacamole-server-0.9.11-incubating/src/protocols/rdp/rdp_glyph.c (-1 / +2 lines)
Lines 124-130 Link Here
124
}
124
}
125
125
126
void guac_rdp_glyph_begindraw(rdpContext* context,
126
void guac_rdp_glyph_begindraw(rdpContext* context,
127
        int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor) {
127
        int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor,
128
        BOOL fOpRedundant) {
128
129
129
    guac_client* client = ((rdp_freerdp_context*) context)->client;
130
    guac_client* client = ((rdp_freerdp_context*) context)->client;
130
    guac_rdp_client* rdp_client =
131
    guac_rdp_client* rdp_client =
(-)orig-incubator-guacamole-server-0.9.11-incubating/src/protocols/rdp/rdp_glyph.h (-1 / +2 lines)
Lines 127-133 Link Here
127
 *     transparent, this value is undefined.
127
 *     transparent, this value is undefined.
128
 */
128
 */
129
void guac_rdp_glyph_begindraw(rdpContext* context,
129
void guac_rdp_glyph_begindraw(rdpContext* context,
130
        int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor);
130
        int x, int y, int width, int height, UINT32 fgcolor, UINT32 bgcolor,
131
        BOOL fOpRedundant);
131
132
132
/**
133
/**
133
 * Called immediately after rendering a series of glyphs. Unlike
134
 * Called immediately after rendering a series of glyphs. Unlike

Return to bug 608540