Chromium Embedded Framework (CEF)  128.4.2+g5c235a2+chromium-128.0.6613.18
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 cef_cursor_handle_t   unsigned long
 
#define cef_event_handle_t   XEvent*
 
#define cef_window_handle_t   unsigned long
 
#define kNullCursorHandle   0
 
#define kNullEventHandle   NULL
 
#define kNullWindowHandle   0
 
#define kAcceleratedPaintMaxPlanes   4
 

Typedefs

typedef union _XEvent XEvent
 
typedef struct _XDisplay XDisplay
 

Functions

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

Macro Definition Documentation

◆ cef_cursor_handle_t

#define cef_cursor_handle_t   unsigned long

◆ cef_event_handle_t

#define cef_event_handle_t   XEvent*

◆ cef_window_handle_t

#define cef_window_handle_t   unsigned long

◆ kAcceleratedPaintMaxPlanes

#define kAcceleratedPaintMaxPlanes   4

◆ kNullCursorHandle

#define kNullCursorHandle   0

◆ kNullEventHandle

#define kNullEventHandle   NULL

◆ kNullWindowHandle

#define kNullWindowHandle   0

Typedef Documentation

◆ 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.