pidgin/plugins/perl/common/GtkPrefs.xs

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 15590
c07dd12bf3f4
child 18068
b6554e3c8224
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.

#include "gtkmodule.h"

MODULE = Pidgin::Prefs  PACKAGE = Pidgin::Prefs  PREFIX = pidgin_prefs_
PROTOTYPES: ENABLE

void
pidgin_prefs_show()

mercurial