Skip to content

Commit 3c81575

Browse files
authored
Merge pull request #369 from listout/gcc14-fix
Fix build with GCC 14 and above
2 parents 82c48d5 + 9b7c4dd commit 3c81575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioncore/frame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ bool frame_set_numbers_extl(WFrame *frame, const char *how)
796796
{
797797
if(how!=NULL && strcmp(how, "during_grab")==0){
798798
bool new_state = frame_set_numbers(frame, SETPARAM_SET);
799-
ioncore_grab_establish(frame, numbers_grab_handler, NULL,
799+
ioncore_grab_establish((WRegion *)frame, numbers_grab_handler, NULL,
800800
0, GRAB_DEFAULT_FLAGS&~GRAB_POINTER);
801801
return new_state;
802802
}

0 commit comments

Comments
 (0)