We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 82c48d5 + 9b7c4dd commit 3c81575Copy full SHA for 3c81575
ioncore/frame.c
@@ -796,7 +796,7 @@ bool frame_set_numbers_extl(WFrame *frame, const char *how)
796
{
797
if(how!=NULL && strcmp(how, "during_grab")==0){
798
bool new_state = frame_set_numbers(frame, SETPARAM_SET);
799
- ioncore_grab_establish(frame, numbers_grab_handler, NULL,
+ ioncore_grab_establish((WRegion *)frame, numbers_grab_handler, NULL,
800
0, GRAB_DEFAULT_FLAGS&~GRAB_POINTER);
801
return new_state;
802
}
0 commit comments