Seb,
shouldn't you check the win id in this function ? :
> +void
> +ecore_x_netwm_sync_request_send(Ecore_X_Window win, unsigned int serial)
> +{
> + XSyncValue value;
> + XEvent xev;
> +
> + XSyncIntToValue(&value, serial);
> +
> + xev.xclient.type = ClientMessage;
> + xev.xclient.dis
On Mon, 06 Jun 2005 20:09:43 -0700 Arlo <[EMAIL PROTECTED]> babbled:
> (I forgot to switch to my subscribed email address when sending this
> message so hopefully there isn't a duplicate message later if a
> moderator passes it)
>
> I'm curious how other people attach a debugger
(I forgot to switch to my subscribed email address when sending this
message so hopefully there isn't a duplicate message later if a
moderator passes it)
I'm curious how other people attach a debugger to E17.
Currently I've made a X11 session which looks like this.
Eterm -e startx -- :1 &
sleep 6
On Mon, 2005-06-06 at 11:28 -0400, John Ellson wrote:
> All credit for the sse2_cmod.c code goes to Tres. I just did the easy
> bits.
Thanks, but the real credit goes to Willem Monsuwe <[EMAIL PROTECTED]> for
writing the original MMX code. All I did was expand it to use all 128
bits of the xm
On Mon, 2005-06-06 at 19:26 -0400, Mike Frysinger wrote:
> i use asm label tricks:
> $ cat test.c
> int main(int argc, char *argv[])
> {
> int a;
> asm("startit:");
> a = 10;
> asm("stopit:");
> return 0;
> }
>
> $ gcc -c test.c && objdump -d test.o
> test.o
On Monday 06 June 2005 07:09 pm, Tres Melton wrote:
> The "nop" is just an easy way to place markers in the code so you
> can find the interesting parts quickly. In reality it costs one clock
> cycle for each "nop".
i use asm label tricks:
$ cat test.c
int main(int argc, char *argv[])
{
i
On Mon, 2005-06-06 at 13:26 -0400, Michael Jennings wrote:
> > #define BINSWAP(a, b) \
> >(((long) (a)) ^= ((long) (b)) ^= ((long) (a)) ^= ((long) (b)))
> >
> > int main( void )
> > {
> > long a = 3;
> > long b = 8;
> >
> > asm( "noop;noop;noop" );
> > BINSWAP(a,b);
> > asm( "noop;
Enlightenment developers,
I couldn't find a mailing list or website specific to eclair, so I'm
sending the patch here. I apologize if this is the wrong place...
As the name would imply, the patch adds playlist shuffling to eclair.
--
Kevin Webb
Computer Science
Georgia Institute of Technology
On Thursday, 02 June 2005, at 15:56:40 (-0400),
John Ellson wrote:
> RCS file: /cvsroot/enlightenment/eterm/libast/configure.in,v
> retrieving revision 1.24
Got it, thanks.
On Thursday, 02 June 2005, at 16:02:00 (-0400),
Mike Frysinger wrote:
> would an ifdef like:
> #if STRICT_ISO_C99 || __G
Hello,
Few comments on the patch.
- Any reason why you commented out a bunch of the tests?
- Should use const for the char * parameters.
- if this does the same thing as the custom label, i'd be preferable to just
use the custom label stuff instead of creating all new routines.
- if you have
Hello!
While playing with some progressbars, I found myself dreaming about
some missing features... So I coded them :p
- First I added a char *label_format to struct Ewl_Progressbar, it is
set to "%3$.0lf%%" at initialization, to keep the default percentage
mode, as I changed label arguments to
Michael,
Tres asked me to help with the configure.in and Makefile.am bits for his
SSE2 code for x86_64. I've attached patches against Eterm CVS
with changes to: configure.in, src/Makefile.am, src/pixmap.c, and the
new file: src/sse2_cmod.c (changed since Tres's earlier version)
The configur
it does look peculiar - but if you check the man page for getenv it
returns a pointer to the environment, and I want to play with it (insert
\0 etc, so need to make it safe, then destroy it...
At least that was my plan
Beber wrote:
> Hello,
>
> I am reading the last commit you did on e_path.c an
13 matches
Mail list logo