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
mousepad: accept both kdeconnect.mousepad and kdeconnect.mousepad.request
bboozzoo/tls-support
Maciek Borzecki
7 years ago
parent
49fa30c841
commit
836244a5dc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/mconnect/mousepad.vala
+ 1
- 1
src/mconnect/mousepad.vala
View File
@ -57,7 +57,7 @@ class MousepadHandler : Object, PacketHandlerInterface {
}
private void message(Device dev, Packet pkt) {
if (pkt.pkt_type != MOUSEPAD_PACKET) {
if (pkt.pkt_type != MOUSEPAD_PACKET
&& pkt.pkt_type != MOUSEPAD
) {
return;
}
Write
Preview
Loading…
Cancel
Save