~ 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;
|
||||
|
||||
/*************************set back to shared memory(only for test)********************************************/
|
||||
int windowWidth = 40;
|
||||
int windowHeight = 15;
|
||||
int windowWidth = vkvm::getWidth();
|
||||
int windowHeight = vkvm::getHeight();
|
||||
vkvm::setWidth(windowWidth);
|
||||
vkvm::setHeight(windowHeight);
|
||||
|
||||
|
|
Loading…
Reference in New Issue