[Pidgin] #16830: Chat windows do not retain window position after being closed.
Pidgin
trac at pidgin.im
Wed Dec 23 02:56:03 EST 2015
#16830: Chat windows do not retain window position after being closed.
------------------------------------------------+--------------------------
Reporter: HarrySeaward | Owner: datallah
Type: defect | Status: new
Milestone: | Component: winpidgin
| (gtk)
Version: 2.10.11 | Resolution:
Keywords: window border position positioning |
------------------------------------------------+--------------------------
Comment (by EionRobb):
Looking at the winpidgin_ensure_onscreen() function in gtkwin32dep.c,
we're using the !GetWindowRect() function, which according to
[https://msdn.microsoft.com/en-
us/library/windows/desktop/ms633519(v=vs.85).aspx the comments in MSDN]
(and also [http://social.msdn.microsoft.com/Forums/en-
US/windowsuidevelopment/thread/6c1c67a9-5548-4e9b-989f-c7dbac0b1375/ the
Windows forums] ) says that the coordinates given aren't the *actual*
coordinates, since we aren't targeting Vista (winver=6) in our app, we
instead need to use !DwmGetWindowAttribute()
--
Ticket URL: <https://developer.pidgin.im/ticket/16830#comment:3>
Pidgin <https://pidgin.im>
Pidgin
More information about the Tracker
mailing list