Blender  V2.93
Public Attributes | List of all members
window_t Struct Reference

Public Attributes

GHOST_WindowWaylandw
 
wl_surface * surface
 
struct xdg_surface * xdg_surface
 
struct xdg_toplevel * xdg_toplevel
 
wl_egl_window * egl_window
 
int32_t pending_width
 
int32_t pending_height
 
bool is_maximised
 
bool is_fullscreen
 
bool is_active
 
bool is_dialog
 
int32_t width
 
int32_t height
 

Detailed Description

Definition at line 32 of file GHOST_WindowWayland.cpp.

Member Data Documentation

◆ egl_window

wl_egl_window* window_t::egl_window

Definition at line 37 of file GHOST_WindowWayland.cpp.

Referenced by surface_configure().

◆ height

int32_t window_t::height

Definition at line 43 of file GHOST_WindowWayland.cpp.

Referenced by surface_configure().

◆ is_active

bool window_t::is_active

Definition at line 41 of file GHOST_WindowWayland.cpp.

Referenced by surface_configure(), and toplevel_configure().

◆ is_dialog

bool window_t::is_dialog

Definition at line 42 of file GHOST_WindowWayland.cpp.

◆ is_fullscreen

bool window_t::is_fullscreen

Definition at line 40 of file GHOST_WindowWayland.cpp.

Referenced by toplevel_configure().

◆ is_maximised

bool window_t::is_maximised

Definition at line 39 of file GHOST_WindowWayland.cpp.

Referenced by toplevel_configure().

◆ pending_height

int32_t window_t::pending_height

Definition at line 38 of file GHOST_WindowWayland.cpp.

Referenced by surface_configure(), and toplevel_configure().

◆ pending_width

int32_t window_t::pending_width

Definition at line 38 of file GHOST_WindowWayland.cpp.

Referenced by surface_configure(), and toplevel_configure().

◆ surface

wl_surface* window_t::surface

Definition at line 34 of file GHOST_WindowWayland.cpp.

◆ w

GHOST_WindowWayland* window_t::w

Definition at line 33 of file GHOST_WindowWayland.cpp.

Referenced by surface_configure().

◆ width

int32_t window_t::width

Definition at line 43 of file GHOST_WindowWayland.cpp.

Referenced by surface_configure().

◆ xdg_surface

struct xdg_surface* window_t::xdg_surface

Definition at line 35 of file GHOST_WindowWayland.cpp.

◆ xdg_toplevel

struct xdg_toplevel* window_t::xdg_toplevel

Definition at line 36 of file GHOST_WindowWayland.cpp.

Referenced by GHOST_WindowWayland::GHOST_WindowWayland().


The documentation for this struct was generated from the following file: