From 51bbf779ba2c9d5954e2c9470a8eae7c1ddd38a5 Mon Sep 17 00:00:00 2001 From: Phil Jones Date: Tue, 7 Jun 2022 13:47:35 +0100 Subject: Switch from using (E)GL to wl_shm. eglInitialize() is slow (~50-100ms), and uses a fair amount of memory (~100 MB). For such a small, simple program that just wants to launch as quickly as possible, wl_shm performs better. --- src/ipc.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/ipc.h (limited to 'src/ipc.h') diff --git a/src/ipc.h b/src/ipc.h deleted file mode 100644 index 30a953a..0000000 --- a/src/ipc.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef IPC_H -#define IPC_H - -#include - -/* - * Submit an IPC request to greetd. - * - * Returns the response on success, or NULL on failure. - */ -struct json_object *ipc_submit(struct json_object *request); - -#endif /* IPC_H */ -- cgit v1.2.3