Skip to content

Commit

Permalink
Make GetIdleTimeLinux.XScreenSaverInfo accessible to com.sun.jna.Stru…
Browse files Browse the repository at this point in the history
…cture (#251)
  • Loading branch information
oprs authored Dec 21, 2024
1 parent 24738e6 commit 2a1cefc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
public class GetIdleTimeLinux implements GetIdleTime
{
@SuppressWarnings("unused")
private static class XScreenSaverInfo extends Structure
public static class XScreenSaverInfo extends Structure
{
public X11.Window window;
public int state;
Expand Down

0 comments on commit 2a1cefc

Please sign in to comment.