mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[host] app: report the full capture name to the client
This commit is contained in:
@@ -64,7 +64,13 @@ static CaptureResult dxgi_releaseFrame();
|
||||
|
||||
static const char * dxgi_getName(void)
|
||||
{
|
||||
return "DXGI";
|
||||
if (!this)
|
||||
return "DXGI";
|
||||
|
||||
static char name[64];
|
||||
snprintf(name, sizeof(name), "DXGI %s", this->backend->name);
|
||||
|
||||
return name;
|
||||
}
|
||||
|
||||
static void dxgi_initOptions(void)
|
||||
|
Reference in New Issue
Block a user