Refactor gdk pixbuf code into shared client lib

This commit is contained in:
Drew DeVault 2015-12-10 07:57:46 -05:00
parent f80481a37d
commit 080a263785
6 changed files with 123 additions and 109 deletions

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) {