|
static xdg_toplevel_surface_t * | xdg_toplevel_surface_create (struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr, wlmaker_server_t *server_ptr) |
|
static void | xdg_toplevel_surface_destroy (xdg_toplevel_surface_t *xdg_tl_surface_ptr) |
|
static void | handle_destroy (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_new_popup (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_surface_map (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_surface_unmap (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_surface_commit (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_request_maximize (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_request_fullscreen (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_request_minimize (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_request_move (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_request_resize (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_request_show_window_menu (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_set_parent (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_set_title (struct wl_listener *listener_ptr, void *data_ptr) |
|
static void | handle_toplevel_set_app_id (struct wl_listener *listener_ptr, void *data_ptr) |
|
static uint32_t | content_request_maximized (wlmtk_content_t *content_ptr, bool maximized) |
|
static uint32_t | content_request_fullscreen (wlmtk_content_t *content_ptr, bool fullscreen) |
|
static uint32_t | content_request_size (wlmtk_content_t *content_ptr, int width, int height) |
|
static void | content_request_close (wlmtk_content_t *content_ptr) |
|
static void | content_set_activated (wlmtk_content_t *content_ptr, bool activated) |
|
wlmtk_window_t * | wlmtk_window_create_from_xdg_toplevel (struct wlr_xdg_toplevel *wlr_xdg_toplevel_ptr, wlmaker_server_t *server_ptr) |
|
- Copyright
- Copyright 2023 Google LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.