Refactor gdk pixbuf code into shared client lib

This commit is contained in:
Drew DeVault 2015-12-10 07:57:46 -05:00
parent c422529ea3
commit 9317d1c449

3
main.c
View File

@ -1,5 +1,8 @@
#include "wayland-desktop-shell-client-protocol.h"
#include <stdio.h>
#include <stdlib.h>
#include "client/window.h"
#include "client/registry.h"
#include "log.h"
void sway_terminate(void) {