pidgin/plugins/crazychat/test.h@370ee55e1acb
pidgin/plugins/crazychat/test.h
Thu, 04 Oct 2007 01:25:43 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Thu, 04 Oct 2007 01:25:43 +0000
- changeset 20846
- 370ee55e1acb
- parent 15435
-
4b933b06d75e
- child 16238
-
33bf2fd32108
- child 18068
-
b6554e3c8224
- child 20478
-
46933dc62880
- permissions
- -rw-r--r--
Undock/Redock the buddy list based on the SWP_SHOWWINDOW and SWP_HIDEWINDOW attributes in a WM_WINDOWPOSCHANGING message. This doesn't appear to have any negative effects and makes Pidgin play nicer with the VirtuaWin virtual desktop manager. Fixes #2997.
class Test {
public:
Test(void);
~Test(void);
void runTest(void);
private:
asdfint fake;
};