Send MinGW-Notify mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.osdn.me/mailman/listinfo/mingw-notify
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of MinGW-Notify digest..."


Please do not reply to this notification; the sender address is unable to 
accept incoming e-mail.  If you wish to unsubscribe you can do so at 
https://lists.osdn.me/mailman/listinfo/mingw-notify.



Today's Topics:

   1. [SCM] mingw-org-wsl (mingw) branch, 5.4-trunk, updated.
      0c111acc00bc15f5270535a71ee1601a3ed4a168 (MinGW Notification List)
   2. [mingw] #41041: Define of TreeView_GetItemRect error
      (MinGW Notification List)


----------------------------------------------------------------------

Message: 1
Date: Mon, 10 May 2021 05:57:22 +0900
From: MinGW Notification List <[email protected]>
To: [email protected]
Subject: [MinGW-Notify] [SCM] mingw-org-wsl (mingw) branch, 5.4-trunk,
        updated. 0c111acc00bc15f5270535a71ee1601a3ed4a168
Message-ID: <[email protected]>

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to "mingw-org-wsl" repository
containing the "mingw" project.

The branch, 5.4-trunk has been updated
       via  0c111acc00bc15f5270535a71ee1601a3ed4a168 (commit)
      from  637f8c59d30e81d6394a0e3113831fcac408382e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0c111acc00bc15f5270535a71ee1601a3ed4a168
Author: Keith Marshall <[email protected]>
Date:   Sun May 9 21:23:08 2021 +0100

    Correct TreeView_GetItemRect() syntax; cf. MinGW-Issue #41041.

-----------------------------------------------------------------------

Summary of changes:
 w32api/ChangeLog          | 7 +++++++
 w32api/include/commctrl.h | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
mingw-org-wsl (mingw)



------------------------------

Message: 2
Date: Sun, 09 May 2021 22:06:11 +0100
From: MinGW Notification List <[email protected]>
To: OSDN Ticket System <[email protected]>
Subject: [MinGW-Notify] [mingw] #41041: Define of TreeView_GetItemRect
        error
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

#41041: Define of TreeView_GetItemRect error

  Open Date: 2020-12-10 04:17
Last Update: 2021-05-09 22:06

URL for this Ticket:
    https://osdn.net//projects/mingw/ticket/41041
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41041

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2021-05-09 22:06 Updated by: keith
 * Status Update from Open to Closed
 * Resolution Update from Accepted to Fixed

Comment:

I committed #0c111ac; since you didn't offer a timely response to my request 
for attribution details, the ChangeLog will reflect only my own details, as 
committer.

---------------------------------------------------------------------
Ticket Status:

      Reporter: royqh1979
         Owner: keith
          Type: Issues
        Status: Closed
      Priority: 5 - Medium
     MileStone: (None)
     Component: (None)
      Severity: 5 - Medium
    Resolution: Fixed
---------------------------------------------------------------------

Ticket details:

In include/commctrl.h, line 4587-4590:
#define TreeView_GetItemRect( w, i, p, c )                              \
  (*(HTREEITEM *)((p) = (i)),                                           \
    (BOOL)(SNDMSG ((w), TVM_GETITEMRECT, (c), (LPARAM)((LPRECT)(p))))   \
  )
line 4588
  (*(HTREEITEM *)((p) = (i)),
is wrong; should be:
  ((*(HTREEITEM *)(p) = (i)),


-- 
Ticket information of MinGW - Minimalist GNU for Windows project
MinGW - Minimalist GNU for Windows Project is hosted on OSDN

Project URL: https://osdn.net/projects/mingw/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/mingw/ticket/41041
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=3917&tid=41041


------------------------------

Subject: Digest Footer

_______________________________________________
MinGW-Notify mailing list
[email protected]
https://lists.osdn.me/mailman/listinfo/mingw-notify


------------------------------

End of MinGW-Notify Digest, Vol 44, Issue 1
*******************************************

Reply via email to