Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/intern/GHOST_WindowWayland.h
| Show First 20 Lines • Show All 131 Lines • ▼ Show 20 Lines | #endif | ||||
| GHOST_TSuccess endFullScreen() const override; | GHOST_TSuccess endFullScreen() const override; | ||||
| bool isDialog() const override; | bool isDialog() const override; | ||||
| #ifdef GHOST_OPENGL_ALPHA | #ifdef GHOST_OPENGL_ALPHA | ||||
| void setOpaque() const; | void setOpaque() const; | ||||
| #endif | #endif | ||||
| #ifdef WITH_INPUT_IME | |||||
| void beginIME(int32_t x, int32_t y, int32_t w, int32_t h, bool completed); | |||||
| void endIME(); | |||||
| #endif /* WITH_INPUT_IME */ | |||||
| /* WAYLAND direct-data access. */ | /* WAYLAND direct-data access. */ | ||||
| int scale() const; | int scale() const; | ||||
| wl_fixed_t scale_fractional() const; | wl_fixed_t scale_fractional() const; | ||||
| struct wl_surface *wl_surface() const; | struct wl_surface *wl_surface() const; | ||||
| const std::vector<GWL_Output *> &outputs(); | const std::vector<GWL_Output *> &outputs(); | ||||
| /* WAYLAND window-level functions. */ | /* WAYLAND window-level functions. */ | ||||
| Show All 30 Lines | |||||