mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
55f873dac4
* Initial session support WIP Remove libdrm dependency Remove display from context, add dbus properties Use random names for shm and pw_stream, init the stream only for new cast instances Separate cast initialized flag from refcount, cleanup names and comments * Refactor and stability improvements Properly report xdp screencast implementation version
8 lines
161 B
C
8 lines
161 B
C
#ifndef SCREENCAST_H
|
|
#define SCREENCAST_H
|
|
|
|
#include "screencast_common.h"
|
|
|
|
void xdpw_screencast_instance_destroy(struct xdpw_screencast_instance *cast);
|
|
|
|
#endif
|