Chromium Embedded Framework (CEF)  135.0.1+gd336310+chromium-135.0.7049.3
cef_types_linux.h File Reference

Classes

struct  cef_main_args_t
 Structure representing CefExecuteProcess arguments. More...
 
struct  cef_window_info_t
 Class representing window information. More...
 
struct  cef_accelerated_paint_native_pixmap_plane_t
 Structure containing the plane information of the shared texture. More...
 
struct  cef_accelerated_paint_info_t
 Structure containing shared texture information for the OnAcceleratedPaint callback. More...
 

Macros

#define kNullCursorHandle   0
 
#define kNullEventHandle   NULL
 
#define kNullWindowHandle   0
 
#define kAcceleratedPaintMaxPlanes   4
 

Typedefs

typedef union _XEvent XEvent
 
typedef struct _XDisplay XDisplay
 
typedef unsigned long cef_cursor_handle_t
 
typedef XEventcef_event_handle_t
 
typedef unsigned long cef_window_handle_t
 

Functions

CEF_EXPORT XDisplaycef_get_xdisplay (void)
 Return the singleton X11 display shared with Chromium. More...
 

Macro Definition Documentation

◆ kAcceleratedPaintMaxPlanes

#define kAcceleratedPaintMaxPlanes   4

◆ kNullCursorHandle

#define kNullCursorHandle   0

◆ kNullEventHandle

#define kNullEventHandle   NULL

◆ kNullWindowHandle

#define kNullWindowHandle   0

Typedef Documentation

◆ cef_cursor_handle_t

typedef unsigned long cef_cursor_handle_t

◆ cef_event_handle_t

◆ cef_window_handle_t

typedef unsigned long cef_window_handle_t

◆ XDisplay

typedef struct _XDisplay XDisplay

◆ XEvent

typedef union _XEvent XEvent

Function Documentation

◆ cef_get_xdisplay()

CEF_EXPORT XDisplay* cef_get_xdisplay ( void  )

Return the singleton X11 display shared with Chromium.

The display is not thread-safe and must only be accessed on the browser process UI thread.