swim.git

user.h

espurr
/* swim - window manager
 * Copyright (C) 2022-2023 ArcNyxx
 * see LICENCE file for licensing information */

#ifndef USER_H
#define USER_H

#include <X11/Xlib.h>

void buttonpress(XEvent *ev);
void keypress(XEvent *ev);

#endif /* USER_H */