diff options
author | Vaxry <[email protected]> | 2024-08-02 13:21:25 +0200 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-08-03 18:23:44 +0200 |
commit | a9a394fa338dacad2ee07ea87818e85513fd77b4 (patch) | |
tree | 148ecb014eae37d0a65fa432637f9af210bf4b44 /src/helpers/sync/SyncTimeline.hpp | |
parent | ac5f6217a7978080e85359205b6df73d9fa995c6 (diff) | |
download | Hyprland-a9a394fa338dacad2ee07ea87818e85513fd77b4.tar.gz Hyprland-a9a394fa338dacad2ee07ea87818e85513fd77b4.zip |
stuff
Diffstat (limited to 'src/helpers/sync/SyncTimeline.hpp')
-rw-r--r-- | src/helpers/sync/SyncTimeline.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helpers/sync/SyncTimeline.hpp b/src/helpers/sync/SyncTimeline.hpp index 3d868a95..88ad4921 100644 --- a/src/helpers/sync/SyncTimeline.hpp +++ b/src/helpers/sync/SyncTimeline.hpp @@ -35,6 +35,7 @@ class CSyncTimeline { int exportAsSyncFileFD(uint64_t src); bool importFromSyncFileFD(uint64_t dst, int fd); bool transfer(SP<CSyncTimeline> from, uint64_t fromPoint, uint64_t toPoint); + void signal(uint64_t point); int drmFD = -1; uint32_t handle = 0; |