One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
#include <gtk/gtk.h> | |
#include <gdk/gdkscreen.h> | |
#include <cairo.h> | |
#include <gdk-pixbuf/gdk-pixbuf.h> | |
#include <stdlib.h> | |
/* | |
* This program shows you how to create semi-transparent windows, | |
* without any of the historical screenshot hacks. It requires | |
* a modern system, with a compositing manager. I use xcompmgr |