wlmaker
|
Go to the source code of this file.
Typedefs | |
typedef struct _wlmbe_output_manager_t | wlmbe_output_manager_t |
Functions | |
wlmbe_output_manager_t * | wlmbe_output_manager_create (struct wl_display *wl_display_ptr, struct wlr_scene *wlr_scene_ptr, struct wlr_output_layout *wlr_output_layout_ptr, struct wlr_backend *wlr_backend_ptr) |
void | wlmbe_output_manager_destroy (wlmbe_output_manager_t *output_manager_ptr) |
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.
typedef struct _wlmbe_output_manager_t wlmbe_output_manager_t |
Forward declaration: Handle for output managers.
wlmbe_output_manager_t * wlmbe_output_manager_create | ( | struct wl_display * | wl_display_ptr, |
struct wlr_scene * | wlr_scene_ptr, | ||
struct wlr_output_layout * | wlr_output_layout_ptr, | ||
struct wlr_backend * | wlr_backend_ptr | ||
) |
Instantiates output managers for both wlr-output-management-unstable-v1
and xdg-output-unstable-v1
. Both will listen for output changes in wlr_output_layout_ptr
and update the respective output configurations is requested so.
wl_display_ptr | |
wlr_scene_ptr | |
wlr_output_layout_ptr | |
wlr_backend_ptr |
void wlmbe_output_manager_destroy | ( | wlmbe_output_manager_t * | output_manager_ptr | ) |
Destroy the output manager, returned from wlmbe_output_manager_create.
output_manager_ptr |