Chromium Embedded Framework (CEF)  117.1.0+ga287baf+chromium-117.0.5938.62
cef_types_linux.h File Reference
#include "include/base/cef_build.h"
#include "include/cef_config.h"
#include "include/internal/cef_export.h"
#include "include/internal/cef_string.h"
#include "include/internal/cef_types_geometry.h"

Classes

struct  cef_main_args_t
 Structure representing CefExecuteProcess arguments. More...
 
struct  cef_window_info_t
 Class representing window information. 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
 

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

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