@@ -52,8 +52,8 @@ void DispatchLeftClickEvent(Window *w, int x, int y) {
if(e.click.widget==0){/* 'X' */
DeleteWindow(w);
return;
}
}
if(e.click.widget==1)/* 'Title bar' */
StartWindowDrag(w);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.