summaryrefslogtreecommitdiff
path: root/src/seat-xremote.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-08-30 14:12:54 +1200
committerRobert Ancell <robert.ancell@canonical.com>2018-08-30 14:12:54 +1200
commit816e36cf5d34930e2e6cba24ad2828026547b2d7 (patch)
treef5cf4115fd488913d8eb68f031b0dd06c15183a8 /src/seat-xremote.h
parent84ce7787adf90721241d7bb1bccd87e1fb118039 (diff)
downloadlightdm-git-816e36cf5d34930e2e6cba24ad2828026547b2d7.tar.gz
Use more modern *_get_instance_private() method for storing private data
Diffstat (limited to 'src/seat-xremote.h')
-rw-r--r--src/seat-xremote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seat-xremote.h b/src/seat-xremote.h
index 2e14d36c..1e996706 100644
--- a/src/seat-xremote.h
+++ b/src/seat-xremote.h
@@ -22,7 +22,7 @@ G_BEGIN_DECLS
typedef struct
{
- Seat parent_instance;
+ Seat parent_instance;
} SeatXRemote;
typedef struct