This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed a typo in linux X embed code
tags/2021-05-28
hogliux
8 years ago
parent
ed05677090
commit
d4885014dc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp
+ 1
- 1
modules/juce_gui_extra/native/juce_linux_XEmbedComponent.cpp
View File
@@ -195,7 +195,7 @@ public:
}
//==============================================================================
friend
class
Ref;
friend
struct
Ref;
static HashMap<ComponentPeer*, SharedKeyWindow*>* keyWindows;
};
Write
Preview
Loading…
Cancel
Save