Skip to content

gh #150 Update handle to intptr_t#152

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

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

Conversation

@hgfell683
Copy link
Contributor

@hgfell683 hgfell683 commented Jun 11, 2025

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
Contributor

@AnandPandav @ddevadas53276 can you please review ?

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

3 participants