mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
Initial commit!
This commit is contained in:
18
module_cmds
Normal file
18
module_cmds
Normal file
@@ -0,0 +1,18 @@
|
||||
%{
|
||||
#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
|
||||
%%
|
||||
|
||||
Reference in New Issue
Block a user