summaryrefslogtreecommitdiff
path: root/src/seat.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-20 10:02:26 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-20 10:02:26 +1000
commit504ab05c476dd63c3abc3f212fcb7853264db7fb (patch)
tree39f24c275c4bd4318b066f3aa78da18217c6a603 /src/seat.h
parentb8a1e7ea0f5fe672eeb6b36ff59a85906ef30f6a (diff)
downloadlightdm-504ab05c476dd63c3abc3f212fcb7853264db7fb.tar.gz
Add display-added and session-started signals
Diffstat (limited to 'src/seat.h')
-rw-r--r--src/seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/seat.h b/src/seat.h
index 80388838..cb4f9a8d 100644
--- a/src/seat.h
+++ b/src/seat.h
@@ -40,6 +40,8 @@ typedef struct
void (*stop)(Seat *seat);
void (*started)(Seat *seat);
+ void (*display_added)(Seat *seat, Display *display);
+ void (*display_removed)(Seat *seat, Display *display);
void (*stopped)(Seat *seat);
} SeatClass;