mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
042bb53d30
* wayland.freedesktop.org * tea.xyz/gx/cc: c99
8 lines
170 B
C
8 lines
170 B
C
#include "wayland-server.h"
|
|
#include "wayland-client.h"
|
|
|
|
int main(int argc, char* argv[]) {
|
|
const char *socket;
|
|
struct wl_protocol_logger *logger;
|
|
return 0;
|
|
} |