Fix fullscreen mode and D-Bus service entry.
This commit is contained in:
@ -1,3 +1,3 @@
|
|||||||
[D-BUS Service]
|
[D-BUS Service]
|
||||||
Name=org.fedorahosted.Eekboard.Server
|
Name=org.fedorahosted.Eekboard
|
||||||
Exec=@bindir@/eekboard-server
|
Exec=@bindir@/eekboard-server
|
||||||
|
|||||||
@ -141,7 +141,8 @@ on_notify_fullscreen (GObject *object,
|
|||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
ServerContextService *context = user_data;
|
ServerContextService *context = user_data;
|
||||||
set_geometry (context);
|
if (context->window)
|
||||||
|
set_geometry (context);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Reference in New Issue
Block a user