| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
#include "include/base/cef_build.h"#include "include/internal/cef_export.h"#include "include/internal/cef_string.h"#include "include/internal/cef_types_color.h"#include "include/internal/cef_types_geometry.h"#include "include/internal/cef_types_runtime.h"| 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 XDisplay * | cef_get_xdisplay (void) | 
| Return the singleton X11 display shared with Chromium.  More... | |
| #define cef_cursor_handle_t unsigned long | 
| #define cef_event_handle_t XEvent* | 
| #define cef_window_handle_t unsigned long | 
| #define kAcceleratedPaintMaxPlanes 4 | 
| #define kNullCursorHandle 0 | 
| #define kNullEventHandle NULL | 
| #define kNullWindowHandle 0 | 
| typedef struct _XDisplay XDisplay | 
| typedef union _XEvent XEvent | 
| 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.