Restored missing functions (palette).
This commit is contained in:
parent
e1fb51f222
commit
eb613bd71e
@ -616,4 +616,12 @@ void guac_rdp_ui_channel_data(rdpInst* inst, int chan_id, char* data, int data_s
|
|||||||
guac_log_info("guac_rdp_ui_channel_data: STUB\n");
|
guac_log_info("guac_rdp_ui_channel_data: STUB\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
RD_HPALETTE guac_rdp_ui_create_palette(rdpInst* inst, RD_PALETTE* colours) {
|
||||||
|
guac_log_info("guac_rdp_ui_create_palette: STUB\n");
|
||||||
|
return NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
void guac_rdp_ui_set_palette(rdpInst* inst, RD_HPALETTE map) {
|
||||||
|
guac_log_info("guac_rdp_ui_set_palette: STUB\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user