Skip to content

Commit 5c59ca0

Browse files
committed
Add comment demarcation of open-ephys addition to juce core library code
1 parent d9fe113 commit 5c59ca0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

JuceLibraryCode/modules/juce_gui_basics/native/juce_linux_Windowing.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,12 +1637,14 @@ class LinuxComponentPeer : public ComponentPeer
16371637
hints->min_height = hints->max_height = hints->height;
16381638
hints->flags |= PMinSize | PMaxSize;
16391639
}
1640+
/* ----------- OPEN_EPHYS ADDITION ----------- */
16401641
else
16411642
{
16421643
hints->min_width = 484;
16431644
hints->min_height = 437;
16441645
hints->flags |= PMinSize;
16451646
}
1647+
/* --------- END OPEN_EPHYS ADDITION --------- */
16461648

16471649
XSetWMNormalHints (display, windowH, hints);
16481650
XFree (hints);

0 commit comments

Comments
 (0)