espanso/native/libmacbridge/bridge.h
2019-09-05 17:20:52 +02:00

17 lines
277 B
C

#ifndef ESPANSO_BRIDGE_H
#define ESPANSO_BRIDGE_H
#include <stdint.h>
/*
* Initialize the X11 context and parameters
*/
extern "C" int32_t initialize();
/*
* Start the event loop indefinitely. Blocking call.
*/
extern "C" int32_t eventloop();
#endif //ESPANSO_BRIDGE_H