mirror of
https://github.com/yawut/SDL.git
synced 2026-07-23 19:32:22 -05:00
parent
8fb477c2c6
commit
f5bea8bb3e
|
|
@ -227,8 +227,8 @@ extern "C" {
|
|||
desktop_size.height(), desktop_size.width());
|
||||
|
||||
/* Determine the current screen size */
|
||||
this->info.current_w = desktop_size.width();
|
||||
this->info.current_h = desktop_size.height();
|
||||
_this->info.current_w = desktop_size.width();
|
||||
_this->info.current_h = desktop_size.height();
|
||||
|
||||
/* Create the window / widget */
|
||||
SDL_Win = new SDL_QWin(QSize(QT_HIDDEN_SIZE, QT_HIDDEN_SIZE));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user