]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
linux: Add resolution field to Input.AbsInfo
authorVal Och <v19930312@gmail.com>
Wed, 2 Aug 2023 20:06:01 +0000 (20:06 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 2 Aug 2023 20:16:22 +0000 (22:16 +0200)
vapi/linux.vapi

index cb580308ff91855bb47c180f6638e2aa4f7f7e75..9261bdf58684a8508d8897cfd7a9fbda800b6cf0 100644 (file)
@@ -1802,6 +1802,7 @@ namespace Linux {
             public int32 maximum;
             public int32 fuzz;
             public int32 flat;
+            public int32 resolution;
         }
 
         [CCode (cname = "struct input_keymap_entry", has_type_id = false, cheader_filename = "linux/input.h")]