mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-06-06 14:54:27 +00:00
[idd] ipc: implement reporting of GPU software status
This commit is contained in:
committed by
Geoffrey McRae
parent
cb70643fa4
commit
803aea0d21
@@ -30,7 +30,8 @@ struct LGPipeMsg
|
||||
enum
|
||||
{
|
||||
SETCURSORPOS,
|
||||
SETDISPLAYMODE
|
||||
SETDISPLAYMODE,
|
||||
GPUSTATUS
|
||||
}
|
||||
type;
|
||||
union
|
||||
@@ -49,5 +50,11 @@ struct LGPipeMsg
|
||||
uint32_t refresh;
|
||||
}
|
||||
displayMode;
|
||||
|
||||
struct
|
||||
{
|
||||
bool software;
|
||||
}
|
||||
gpuStatus;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user