mirror of
https://github.com/xaionaro-go/streamctl.git
synced 2025-10-07 08:20:51 +08:00
Introduce basic support of an P2P-network
This commit is contained in:
@@ -56,7 +56,7 @@ func (wmh *XWindowManagerHandler) WindowFocusChangeChan(ctx context.Context) <-c
|
||||
|
||||
clientID, err := ewmh.ActiveWindowGet(wmh.XUtil)
|
||||
if err != nil {
|
||||
logger.Errorf(ctx, "unable to get active window: %w", err)
|
||||
logger.Errorf(ctx, "unable to get active window: %v", err)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user