show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |