libseat: Convert clients to linked_list

This commit is contained in:
Kenny Levinsen 2020-08-03 02:32:33 +02:00
parent fc7116ffad
commit e25688fed6
3 changed files with 21 additions and 11 deletions

View file

@ -26,7 +26,6 @@
#include "backend.h"
#include "drm.h"
#include "libseat.h"
#include "list.h"
struct backend_logind {
struct libseat base;