summaryrefslogtreecommitdiff
path: root/libmatekbd/matekbd-desktop-config.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-24 15:21:27 +0200
committerraveit65 <[email protected]>2023-04-16 14:35:19 +0200
commit86f35430ef224a01842a731ab0977f3356e6f1b0 (patch)
tree96b0e9f19e498ca1d1dfe6679fca7fed76b6eff9 /libmatekbd/matekbd-desktop-config.h
parentd5344a2f90d41a6d4a2585909a7100dfc60a08c2 (diff)
downloadlibmatekbd-86f35430ef224a01842a731ab0977f3356e6f1b0.tar.bz2
libmatekbd-86f35430ef224a01842a731ab0977f3356e6f1b0.tar.xz
Signal handler IDs are gulong, not int
Diffstat (limited to 'libmatekbd/matekbd-desktop-config.h')
-rw-r--r--libmatekbd/matekbd-desktop-config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatekbd/matekbd-desktop-config.h b/libmatekbd/matekbd-desktop-config.h
index d592d63..0002e7d 100644
--- a/libmatekbd/matekbd-desktop-config.h
+++ b/libmatekbd/matekbd-desktop-config.h
@@ -43,7 +43,7 @@ struct _MatekbdDesktopConfig {
/* private, transient */
GSettings *settings;
- int config_listener_id;
+ gulong config_listener_id;
XklEngine *engine;
};