mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-06 16:07:11 +08:00
Complete implementation of auto-show/hide an item in OBS on mouse-focus in XServer
This commit is contained in:
@@ -9,6 +9,8 @@ import (
|
||||
)
|
||||
|
||||
type WindowID uint64
|
||||
type PID int // using the same underlying type as `os` does
|
||||
type UID int // using the same underlying type as `os` does
|
||||
|
||||
type XWMOrWaylandWM interface {
|
||||
WindowFocusChangeChan(ctx context.Context) <-chan WindowFocusChange
|
||||
|
Reference in New Issue
Block a user