libguac 1.6.0
 
Loading...
Searching...
No Matches
display-types.h File Reference

Provides type definitions related to the abstract display implementation (guac_display). More...

Go to the source code of this file.

Typedefs

typedef struct guac_display guac_display
 Opaque representation of the remote (client-side) display of a Guacamole connection (guac_client).
 
typedef struct guac_display_render_thread guac_display_render_thread
 Opaque representation of a thread that continuously renders updated graphical data to the remote display.
 
typedef struct guac_display_layer guac_display_layer
 Opaque representation of a layer within a guac_display.
 

Enumerations

enum  guac_display_cursor_type { GUAC_DISPLAY_CURSOR_NONE , GUAC_DISPLAY_CURSOR_DOT , GUAC_DISPLAY_CURSOR_IBAR , GUAC_DISPLAY_CURSOR_POINTER }
 Pre-defined mouse cursor graphics. More...
 

Detailed Description

Provides type definitions related to the abstract display implementation (guac_display).