This repository has been archived on 2024-06-25 . You can view files and clone it, but cannot push or open issues or pull requests.
rkrolib
03cf899635
Hrm. I misunderstood the purpose of {window->State.Width} and
{...Height}. Those are *not* records of the old values, but rather of the *desired* *new* values, hence it was inappropriate to use them in ConfigureNotify X11 event handling. Doing so introduced some new problems. So, I created OldHeight and OldWidth in the window State structure, and *those* do what I require. I also stripped out the obsolete comment about getting extra/bogus reshape events. (Though I maintain that an application should be robust against them, freeglut should no longer generate them if the window has not changed size since last reported.) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@378 7f0cb862-5218-0410-a997-914c9d46530a
Languages
C
97.2%
CMake
2%
C++
0.8%