Working glyph rendering (except for transparent text)
[libguac-client-rdp.git] / include / client.h
index ac86911..246834f 100644 (file)
 
 #define RDP_DEFAULT_PORT 3389
 
-typedef struct guac_rdp_color {
-    int red;
-    int green;
-    int blue;
-} guac_rdp_color;
-
 typedef struct rdp_guac_client_data {
 
     freerdp* rdp_inst;
@@ -60,9 +54,6 @@ typedef struct rdp_guac_client_data {
 
     int mouse_button_mask;
 
-    guac_rdp_color foreground;
-    guac_rdp_color background;
-
     /**
      * Cairo surface which will receive all drawn glyphs.
      */