~ set resolution to the shared memory values
This commit is contained in:
parent
c3f6862e16
commit
d531266b27
|
@ -23,8 +23,8 @@ int main() {
|
||||||
std::string currentText;
|
std::string currentText;
|
||||||
|
|
||||||
/*************************set back to shared memory(only for test)********************************************/
|
/*************************set back to shared memory(only for test)********************************************/
|
||||||
int windowWidth = 40;
|
int windowWidth = vkvm::getWidth();
|
||||||
int windowHeight = 15;
|
int windowHeight = vkvm::getHeight();
|
||||||
vkvm::setWidth(windowWidth);
|
vkvm::setWidth(windowWidth);
|
||||||
vkvm::setHeight(windowHeight);
|
vkvm::setHeight(windowHeight);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue