summaryrefslogtreecommitdiff
path: root/daemon
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2022-03-22 10:40:08 -0400
committerRay Strode <halfline@gmail.com>2022-03-23 14:28:21 +0000
commitf0f527ff3815caa091be24168824f74853c0c050 (patch)
tree7ef11ec3193fe37eef889c9c1db5fb3990d18525 /daemon
parentc1e1abf312cde2ffb77d0242b161c57d962b8e3f (diff)
downloadgdm-f0f527ff3815caa091be24168824f74853c0c050.tar.gz
local-display-factory: Fix type of signal connection id
Signal connection ids are 64-bit not 32-bit. This commit fixes the type used.
Diffstat (limited to 'daemon')
-rw-r--r--daemon/gdm-local-display-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-local-display-factory.c b/daemon/gdm-local-display-factory.c
index 7de7b99c..4a66ad8f 100644
--- a/daemon/gdm-local-display-factory.c
+++ b/daemon/gdm-local-display-factory.c
@@ -78,7 +78,7 @@ struct _GdmLocalDisplayFactory
gboolean seat0_graphics_check_timed_out;
guint seat0_graphics_check_timeout_id;
- guint uevent_handler_id;
+ gulong uevent_handler_id;
#if defined(ENABLE_USER_DISPLAY_SERVER)
unsigned int active_vt;