Skip to content

Commit

Permalink
Fix up osx and ios
Browse files Browse the repository at this point in the history
  • Loading branch information
belegdol committed Jul 31, 2023
1 parent a238d0f commit 3a5f93d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/common/entry/entry_ios.mm
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ void setMouseLock(WindowHandle _handle, bool _lock)
return NULL;
}

void* getWaylandSurfaceHandle()
void* getWaylandSurfaceHandle(WindowHandle _handle)
{
return NULL;
}
Expand Down
2 changes: 1 addition & 1 deletion examples/common/entry/entry_osx.mm
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ void setMouseLock(WindowHandle _handle, bool _lock)
return NULL;
}

void* getWaylandSurfaceHandle()
void* getWaylandSurfaceHandle(WindowHandle _handle)
{
return NULL;
}
Expand Down

0 comments on commit 3a5f93d

Please sign in to comment.