mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
*** empty log message ***
This commit is contained in:
parent
e4db9cb59d
commit
dbeb35bd5e
@ -1628,11 +1628,13 @@ bool osxGraphicsWindow::do_reshape_request(int x_origin, int y_origin, bool has_
|
|||||||
|
|
||||||
// For now, ignore the origin, since we seem to be getting a bogus
|
// For now, ignore the origin, since we seem to be getting a bogus
|
||||||
// origin of (0, 0).
|
// origin of (0, 0).
|
||||||
/*
|
//
|
||||||
|
// We need this to be here so that changing window size places the
|
||||||
|
// window in the correct position.
|
||||||
|
|
||||||
if (has_origin) {
|
if (has_origin) {
|
||||||
MoveWindow(_osx_window, x_origin, y_origin, false);
|
MoveWindow(_osx_window, x_origin, y_origin, false);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
if (!_properties.get_undecorated())
|
if (!_properties.get_undecorated())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user