diff options
| author | Stacy Harper <contact@stacyharper.net> | 2021-08-24 18:52:05 +0200 |
|---|---|---|
| committer | John Sullivan <jsullivan@csumb.edu> | 2021-10-19 23:12:01 -0700 |
| commit | f559b3d999ea185b35a165eeef3e56004fbc5d78 (patch) | |
| tree | 0d4d9b76c593e906e5a4e9da2f579a518760280d /main.c | |
| parent | 2d6610e3bfb8bbc9d1236eb49e0b1b399df0f24a (diff) | |
| download | suggpicker-f559b3d999ea185b35a165eeef3e56004fbc5d78.tar.gz | |
Drop wld and implement our own pangocairo renderer
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c index 9b60fc5..1d46c9e 100644 --- a/main.c +++ b/main.c @@ -1,7 +1,5 @@ #include "proto/virtual-keyboard-unstable-v1-client-protocol.h" #include "proto/wlr-layer-shell-unstable-v1-client-protocol.h" -#include "wld/wayland.h" -#include "wld/wld.h" #include <linux/input-event-codes.h> #include <stdio.h> #include <stdlib.h> |
