X11EmbedContainer: Fix XEMBED protocol implementation

This commit is contained in:
Lukas W
2017-04-08 17:11:56 +02:00
parent e661d26f42
commit adef05fb71
7 changed files with 153 additions and 254 deletions

View File

@@ -787,19 +787,6 @@ public:
unlock();
}
void showUI()
{
lock();
sendMessage( IdShowUI );
unlock();
}
void hideUI()
{
lock();
sendMessage( IdHideUI );
unlock();
}
inline bool failed() const
{
@@ -816,6 +803,9 @@ public:
m_commMutex.unlock();
}
public slots:
void showUI();
void hideUI();
protected:
inline void setSplittedChannels( bool _on )