Ken Thomases : winemac: Improve tracing in sync_window_position() to include adjusted frame.

Alexandre Julliard julliard at winehq.org
Wed Aug 21 14:09:05 CDT 2013


Module: wine
Branch: master
Commit: 121eb08bae03afdbd2630300b58fa9a3392b90fc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=121eb08bae03afdbd2630300b58fa9a3392b90fc

Author: Ken Thomases <ken at codeweavers.com>
Date:   Tue Aug 20 17:00:47 2013 -0500

winemac: Improve tracing in sync_window_position() to include adjusted frame.

---

 dlls/winemac.drv/window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winemac.drv/window.c b/dlls/winemac.drv/window.c
index 36c8570..e7dd9b1 100644
--- a/dlls/winemac.drv/window.c
+++ b/dlls/winemac.drv/window.c
@@ -728,8 +728,8 @@ static void sync_window_position(struct macdrv_win_data *data, UINT swp_flags, c
     if (old_window_rect && IsRectEmpty(old_window_rect) != IsRectEmpty(&data->window_rect))
         sync_window_region(data, (HRGN)1);
 
-    TRACE("win %p/%p pos %s\n", data->hwnd, data->cocoa_window,
-          wine_dbgstr_rect(&data->whole_rect));
+    TRACE("win %p/%p whole_rect %s frame %s\n", data->hwnd, data->cocoa_window,
+          wine_dbgstr_rect(&data->whole_rect), wine_dbgstr_cgrect(frame));
 
     if (data->on_screen && (!(swp_flags & SWP_NOZORDER) || (swp_flags & SWP_SHOWWINDOW)))
         show_window(data);




More information about the wine-cvs mailing list