Carry output information on visible command all the way to C

This commit is contained in:
Dorota Czaplejewicz
2022-01-30 13:30:12 +00:00
parent e6c19a1e6a
commit f040e708a4
7 changed files with 77 additions and 42 deletions

View File

@ -27,6 +27,7 @@
#include "submission.h"
#include "wayland.h"
#include "server-context-service.h"
#include "wayland-client-protocol.h"
enum {
PROP_0,
@ -205,7 +206,7 @@ make_widget (ServerContextService *self)
// Called from rust
void
server_context_service_real_show_keyboard (ServerContextService *self)
server_context_service_real_show_keyboard (ServerContextService *self, struct wl_output *output)
{
if (!self->window) {
make_window (self);