mirror of
https://github.com/amiwm/amiwm.git
synced 2026-03-24 01:24:15 +00:00
19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
%{
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#ifdef HAVE_UNISTD_H
|
|
#include <unistd.h>
|
|
#endif
|
|
#include <X11/Xlib.h>
|
|
#include "module.h"
|
|
%}
|
|
struct module_cmd ;
|
|
%%
|
|
NOP, MCMD_NOP
|
|
GET_VERSION, MCMD_GET_VERSION
|
|
LIST_SCREENS, MCMD_LIST_SCREENS
|
|
SEND_EVENT, MCMD_SEND_EVENT
|
|
SET_BROKER, MCMD_SET_BROKER
|
|
%%
|
|
|