Dunst
Lightweight notification daemon
Loading...
Searching...
No Matches
wl_output.h File Reference

Wayland output wrapper. More...

#include <stdint.h>
#include <stdbool.h>
#include <wayland-client.h>
#include <wayland-util.h>
+ Include dependency graph for wl_output.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dunst_output
 

Functions

void create_output (struct wl_registry *registry, uint32_t global_name, uint32_t version)
 
void destroy_output (struct dunst_output *seat)
 

Detailed Description

Wayland output wrapper.

License
BSD-3-Clause

Definition in file wl_output.h.

Function Documentation

◆ create_output()

void create_output ( struct wl_registry * registry,
uint32_t global_name,
uint32_t version )

Definition at line 66 of file wl_output.c.

◆ destroy_output()

void destroy_output ( struct dunst_output * seat)

Definition at line 100 of file wl_output.c.