Skip to content

Commit

Permalink
main.gudl: Add a fallback for Win32 custom window classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
madewokherd committed Jan 17, 2025
1 parent 986e9a6 commit c8d0cb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions xalia/main.gudl
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,11 @@ root {
}
}

if (parent.is_root and not is_msaa_element and not is_uia_element) {
// Fallback for pure Win32 with custom toplevel window class.
supported: child_matches(supported and not is_win32_nonclient) and not child_matches(not supported);
}

if (role.(desktop_frame or application)) {
recurse: true;
}
Expand Down

0 comments on commit c8d0cb3

Please sign in to comment.