summaryrefslogtreecommitdiff
path: root/src/events.h
blob: 565de6bfa8d24a39372f2d3271012c3450408ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Copyright (C) 2016-2019 Michael Mackus */
#ifndef _EVENTS_H
#define _EVENTS_H

#include <gdk/gdkkeysyms.h>
#include <gdk/gdkkeysyms-compat.h>
#include "main.h"
#include "map.h"

void queue_event(GdkEventKey *e);
void process_events();
bool is_processing_events();
void free_events();

#endif /* end of include guard: _MAP_H */