python/hypothesis: update to 6.122.3
[oi-userland.git] / components / desktop / mate / mate-session-manager / patches / 01-suspend-hibernate.patch
blobf89f7963da0048bdc21db52d69b1f76bb296ef57
1 Our ConsoleKit is ancient and its methods' signatures differ
2 --- mate-session-manager-1.18.2/mate-session/gsm-consolekit.c.1 2018-01-18 11:36:47.326994348 +0000
3 +++ mate-session-manager-1.18.2/mate-session/gsm-consolekit.c 2018-01-18 11:55:17.121407899 +0000
4 @@ -499,7 +499,9 @@
5 "Suspend",
6 INT_MAX,
7 &error,
8 +#ifndef __sun
9 G_TYPE_BOOLEAN, TRUE, /* interactive */
10 +#endif
11 G_TYPE_INVALID,
12 G_TYPE_INVALID);
14 @@ -528,7 +530,9 @@
15 "Hibernate",
16 INT_MAX,
17 &error,
18 +#ifndef __sun
19 G_TYPE_BOOLEAN, TRUE, /* interactive */
20 +#endif
21 G_TYPE_INVALID,
22 G_TYPE_INVALID);