Skip to content

Commit

Permalink
Merge commit '7da2c478ae5fda9aa13865f972078e2ee93798f7'
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Oct 15, 2024
2 parents 54ee3ce + 7da2c47 commit db64e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions X11/CaijawhejiJoballbarwi/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using SkiaSharp;

using System.Diagnostics.Tracing;

using System.Runtime.InteropServices;
using static CPF.Linux.XLib;

XInitThreads();
Expand Down Expand Up @@ -115,7 +115,7 @@
XIDeviceInfo? pointerDevice = default;
for (var c = 0; c < num; c++)
{
Console.WriteLine($"XIDeviceInfo [{c}] {devices[c].Deviceid} {devices[c].Use}");
Console.WriteLine($"XIDeviceInfo [{c}] DeviceId={devices[c].Deviceid} Name={devices[c].Name:X}({Marshal.PtrToStringAnsi(devices[c].Name)}) Use={devices[c].Use} Attachment={devices[c].Attachment}");

if (devices[c].Use == XiDeviceType.XIMasterPointer)
{
Expand Down

0 comments on commit db64e6b

Please sign in to comment.