Move menu and rendering logic into separate files

This commit is contained in:
adnano 2024-02-27 11:23:12 -05:00
parent 1104e8e51b
commit e8782db9c8
10 changed files with 1024 additions and 963 deletions

View file

@ -1,5 +1,5 @@
#ifndef DMENU_PANGO_H
#define DMENU_PANGO_H
#ifndef WMENU_PANGO_H
#define WMENU_PANGO_H
#include <stdbool.h>
#include <cairo/cairo.h>
#include <pango/pangocairo.h>