Skip to content

Commit

Permalink
Merge pull request #369 from listout/gcc14-fix
Browse files Browse the repository at this point in the history
Fix build with GCC 14 and above
  • Loading branch information
raboof authored May 1, 2024
2 parents 82c48d5 + 9b7c4dd commit 3c81575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ioncore/frame.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ bool frame_set_numbers_extl(WFrame *frame, const char *how)
{
if(how!=NULL && strcmp(how, "during_grab")==0){
bool new_state = frame_set_numbers(frame, SETPARAM_SET);
ioncore_grab_establish(frame, numbers_grab_handler, NULL,
ioncore_grab_establish((WRegion *)frame, numbers_grab_handler, NULL,
0, GRAB_DEFAULT_FLAGS&~GRAB_POINTER);
return new_state;
}
Expand Down

0 comments on commit 3c81575

Please sign in to comment.