mirror of
https://github.com/swaywm/sway.git
synced 2024-11-29 11:21:28 +00:00
style
This commit is contained in:
parent
14b7755134
commit
2e92538d7f
|
@ -86,7 +86,6 @@ static void handle_output_focused(wlc_handle output, bool focus) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool handle_view_created(wlc_handle handle) {
|
static bool handle_view_created(wlc_handle handle) {
|
||||||
|
|
||||||
swayc_t *focused = get_focused_container(&root_container);
|
swayc_t *focused = get_focused_container(&root_container);
|
||||||
swayc_t *view = new_view(focused, handle);
|
swayc_t *view = new_view(focused, handle);
|
||||||
if (view) {
|
if (view) {
|
||||||
|
|
Loading…
Reference in a new issue