Browse Source

mconnect/main: initialize Gdk

Mousepad handler requires Gdk to be initiazed.
bboozzoo/wip
Maciek Borzecki 8 years ago
parent
commit
e4b82e1cfd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/mconnect/main.vala

+ 3
- 0
src/mconnect/main.vala View File

@ -21,5 +21,8 @@ public static int main(string[] args)
{
var app = new Mconn.Application();
// needed for mousepad protocol handler
Gdk.init(ref args);
return app.run(args);
}

Loading…
Cancel
Save