wlmaker
Loading...
Searching...
No Matches
Typedefs | Functions
output_manager.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _wlmbe_output_manager_t wlmbe_output_manager_t
 

Functions

wlmbe_output_manager_twlmbe_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)
 

Detailed Description

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 Documentation

◆ wlmbe_output_manager_t

Forward declaration: Handle for output managers.

Function Documentation

◆ wlmbe_output_manager_create()

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.

Parameters
wl_display_ptr
wlr_scene_ptr
wlr_output_layout_ptr
wlr_backend_ptr
Returns
Handle for the output managers, or NULL on error. Must be destroyed by wlmbe_output_manager_destroy.

◆ wlmbe_output_manager_destroy()

void wlmbe_output_manager_destroy ( wlmbe_output_manager_t output_manager_ptr)

Destroy the output manager, returned from wlmbe_output_manager_create.

Parameters
output_manager_ptr