improve basic multi output support

This commit is contained in:
DanyLE
2024-04-15 13:56:11 +02:00
parent 7df1dec7f3
commit fdb2843561
9 changed files with 100 additions and 202 deletions

View File

@ -57,6 +57,10 @@ static void process_cursor_move(struct diyac_server *server, uint32_t time)
{
struct diyac_view *toplevel = server->grabbed_view;
/* Move the grabbed toplevel to the new position. */
if(!toplevel->output)
{
return;
}
if (toplevel->state.fullscreen)
{
return;