MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / isGDI

Method isGDI

source/ui/data/boxedContainer.cpp:434–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434bool BoxedContainer::isGDI() {
435 BoxedReg reg(this, false);
436 BString value;
437
438 return (reg.readKey("Software\\Wine\\Direct3D", "DirectDrawRenderer", value) && value == "gdi");
439}
440
441void BoxedContainer::setGDI(bool gdi) {
442 BoxedReg reg(this, false);

Callers 1

setCurrentContainerMethod · 0.80

Calls 1

readKeyMethod · 0.80

Tested by

no test coverage detected