This website works better with JavaScript.
Home
Explore
Help
Sign In
yigitcolakoglu
/
mconnect
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
mconnect/main: initialize Gdk
Mousepad handler requires Gdk to be initiazed.
bboozzoo/wip
Maciek Borzecki
8 years ago
parent
47f1d819c5
commit
e4b82e1cfd
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
}
Write
Preview
Loading…
Cancel
Save