diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 14:21:47 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-10-11 14:21:47 -0400 |
| commit | 36d12796644b296f300d9daf631f7702e1d81b86 (patch) | |
| tree | c9da61a4686dcc3dadc31d6ea879ef0364d0c6c7 /main.c | |
| parent | c5dab928775cb86cc11b7e3a8493c3432e2df201 (diff) | |
finish messing with wayland initialization
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -14,14 +14,13 @@ int main() { return 0; } - // set up globals + // bind globals and roundtrip setup_registry_and_globals(&state); wl_display_roundtrip(state.display); - // create non global objects + // set up other objects and roundtrip + setup_seat(&state); create_surface(&state); - - // roundtrip to recieve the rest of the events wl_display_roundtrip(state.display); // set up graphics |
