search for: transset

Displaying 6 results from an estimated 6 matches for "transset".

2018 Mar 10
0
[ANNOUNCE] transset 1.0.2
Alan Coopersmith (5): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Only use property pointer if XGetWindowProperty returns success Fix warnings about signed vs. unsigned comparison transset 1.0.2 git tag: transset-1.0.2 https://xorg.freedesktop.org/archive/individual/app/transset-1.0.2.tar.bz2 MD5: 5ea9927569e9c862abe00fa45ead1d56 transset-1.0.2.tar.bz2 SHA1: 0807a36897c6d7de53721c2a3718880d0018fd5e transset-1.0.2.tar.bz2 SHA256: 4bac142ee7cfda574893b2f6b4e413dacd88a130c6dca5be1a...
2013 May 18
0
[ANNOUNCE] transset 1.0.1
transset is an utility for setting opacity property on windows. This minor bugfix release includes fixes for several small bugs, a more complete man page, and some general code cleanups. Alan Coopersmith (8): Combine usage message into single string/call Include PACKAGE_STRING in --version out...
2005 Jun 30
0
[fdo] libtransset
Hi! I'm fledging transset into a tiny library to allow applications to make themselves (or parts of them) transparent. This will probably be obsolete by GDK 2.8, but I sort of need it now for a Tomboy plugin I'm doing. So here's the thing: It's doesn't work! *gasp* I almost copy-pasted the code from transse...
2007 Feb 06
2
state of blur plugin
...you to make any translucent decorations blur what's behind them. Applications can also use the hint recognized by the blur plugin to specify blurred regions. I've added two small utility programs to git.compiz.org: git.compiz.org/blurset and git.compiz.org/blurdemo blurset, is similar to transset except that it allow you turn on/off blur behind translucent parts of any application window. blurdemo, is just a simple gtk example app that uses the blur support provided by the blur plugin. So all the hard work needed for a proper blur plugin should be done now and the fun and easy part with a...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...prottbl[slot] = statenum; protcomst[slot] = comstate; tblbase = numecs * (slot - 1); for ( i = 1; i <= numecs; ++i ) protsave[tblbase + i] = state[i]; } void mktemplate( state, statenum, comstate ) int state[], statenum, comstate; { int i, numdiff, tmpbase, tmp[256 + 1]; unsigned char transset[256 + 1]; int tsptr; ++numtemps; tsptr = 0; tmpbase = numtemps * numecs; if ( tmpbase + numecs >= current_max_template_xpairs ) { current_max_template_xpairs += 2500; ++num_reallocs; tnxt = (int *) reallocate_array( (void *) tnxt, current_max_template_xpairs, sizeof( int ) ); } f...