Skip to content

gh #150 Update handle to intptr_t#152

Open
hgfell683 wants to merge 1 commit into
developfrom
feature/Invalid-type-dsDisplay
Open

gh #150 Update handle to intptr_t#152
hgfell683 wants to merge 1 commit into
developfrom
feature/Invalid-type-dsDisplay

Conversation

@hgfell683

@hgfell683 hgfell683 commented Jun 11, 2025

Copy link
Copy Markdown
Contributor

Currently we have
typedef void (dsDisplayEventCallback_t)(int handle, dsDisplayEvent_t event,
void eventData/Optional/);

intstead of int handle it should be intptr_t handle. This disconnect is causing a compilation error when using a stricter compiler.

@srinivasgtl srinivasgtl linked an issue Jun 11, 2025 that may be closed by this pull request
@srinivasgtl srinivasgtl changed the title Update handle to intptr_t gh #150 Update handle to intptr_t Jun 11, 2025
@srinivasgtl srinivasgtl added the bug Something isn't working label Jun 11, 2025
@kanjoe24

Copy link
Copy Markdown
Contributor

@AnandPandav @ddevadas53276 can you please review ?

@Ulrond

Ulrond commented Jun 5, 2026

Copy link
Copy Markdown

Triage note (#152, ~360 days old, last activity ~108 days ago):

This PR addresses #150 (dsDisplay: Callback has incorrect variable type). The 108-day-ago activity suggests a partial revival, but it's been quiet since.

Status: BEHIND main; #150 still open.

Suggested next step: a quick comment confirming whether this is still being actively worked, or rebase against main to bring it back into review surface. If neither happens, this should probably be closed as abandoned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Development

Successfully merging this pull request may close these issues.

dsDisplay: Callback has incorrect variable type

4 participants