Added composite stuff (alpha stage, of course).

A lot of things are pending for implementation like region translucency, shadows, fading...
Per window translucency is in, but now working as expected.
This commit is contained in:
Sanel Zukan
2007-12-28 10:58:56 +00:00
parent 9f65ff5859
commit d7db3f0d0f
11 changed files with 1482 additions and 4 deletions

View File

@ -241,9 +241,10 @@ bool Splash::next_client(void) {
msgbox->copy_label(buff);
redraw();
if(!dry_run)
if(!dry_run) {
spawn_program(cmd, service_watcher_cb);
//spawn_program(cmd);
}
++clist_it;
++counter;