refactored Channel

This commit is contained in:
fourtf
2018-07-06 17:30:12 +02:00
parent b639604a47
commit aa3df2e6d8
14 changed files with 55 additions and 59 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ private:
Split *split;
} ui_;
void attachToHwnd_(void *attached);
void updateWindowRect_(void *attached);
void attachToHwnd(void *attached);
void updateWindowRect(void *attached);
struct Item {
void *hwnd;