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

@@ -125,7 +125,7 @@ int spawn_program(const char* cmd, SignalWatch wf, pid_t* child_pid_ret, const c
*/
if(child_pid_ret)
*child_pid_ret = pid;
// unblock SIGCHLD
sigprocmask(SIG_SETMASK, &old_mask, NULL);