mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
CatDog: Set window hit testing to opaque pixels only
This commit is contained in:
parent
d590e0c946
commit
a0e558ce89
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ int main(int argc, char** argv)
|
|||
window->set_frameless(true);
|
||||
window->set_resizable(false);
|
||||
window->set_has_alpha_channel(true);
|
||||
window->set_alpha_hit_threshold(1.0f);
|
||||
window->set_icon(app_icon.bitmap_for_size(16));
|
||||
|
||||
auto& root_widget = window->set_main_widget<MainFrame>();
|
||||
|
|
Loading…
Add table
Reference in a new issue