diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:54:26 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 10:54:26 +0100 |
| commit | eba25cd4f0f002c98f2bcc947bb44b01bdd56725 (patch) | |
| tree | 8783705775382847c42c3a7d310bf2c62efdfab9 /src/window.cc | |
| parent | c79ecbcafc3b130b0b2f48f42e1570f49357577f (diff) | |
assign toplevel
Diffstat (limited to 'src/window.cc')
| -rw-r--r-- | src/window.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.cc b/src/window.cc index e7f6397..447fa7b 100644 --- a/src/window.cc +++ b/src/window.cc @@ -65,6 +65,7 @@ bool wayc_window_init(struct window_s *window, struct eventloop_s *loop) { window->surface = surface; window->xdg_surface = xdg_surface; + window->xdg_toplevel = xdg_toplevel; window->loop = loop; return true; } |
