mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
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;
|
||
|
}
|