[idd] helper: send message over pipe when settings changed

This commit is contained in:
Quantum
2026-06-05 00:00:45 -04:00
committed by Geoffrey McRae
parent e4e211f07a
commit 0664e510a2
8 changed files with 50 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
/**
/**
* Looking Glass
* Copyright © 2017-2026 The Looking Glass Authors
* https://looking-glass.io
@@ -31,7 +31,8 @@ struct LGPipeMsg
{
SETCURSORPOS,
SETDISPLAYMODE,
GPUSTATUS
GPUSTATUS,
RELOADSETTINGS
}
type;
union