mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
A bit more minor cleaning up
This commit is contained in:
parent
d4885014dc
commit
2c3c9e5d18
5 changed files with 143 additions and 175 deletions
|
|
@ -170,7 +170,7 @@ public:
|
|||
GLuint getFrameBufferID() const noexcept { return 0; }
|
||||
|
||||
//==============================================================================
|
||||
void updateWindowPosition (const Rectangle<int>& bounds)
|
||||
void updateWindowPosition (Rectangle<int> bounds)
|
||||
{
|
||||
if (lastBounds != bounds)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue