System-wide hotkeys...

2004-06-12 Thread Ben Diaczun
I'm very new to GTK... i have an application i'm trying to make that needs to display a window when a key combonation is pressed even when the program is not active. Is there anyway to do this with GTK directly? ,ben _ MSN Premium

Re: static linking of gtk+ 2.4.1 and programs

2004-06-12 Thread Jean Bréfort
Le ven 11/06/2004 06:39, Mirco Mueller a crit : Hello there everybody! After reading the web and one straight day/night of trying out stuff, I cannot figure out why static linking doesn't work. According to the DirectFB-project this seem to be possible

Re: static linking of gtk+ 2.4.1 and programs

2004-06-12 Thread Russell Shaw
Jean Brfort wrote: Le ven 11/06/2004 06:39, Mirco Mueller a crit : Hello there everybody! After reading the web and one straight day/night of trying out stuff, I cannot figure out why static linking doesn't work. According to the DirectFB-project this seem to be possible

Traditional C rejects ISO C

2004-06-12 Thread Carl B. Constantine
I'm getting alot of these in my code recently. Most likely due to the update to gcc on my systems. I have two problems: 1) I get these errors in gutils.h which I didn't write. (using glib2-2.4.0-1 in Fedora Core 2. I haven't tried with a newer version of glib yet on my Debian box. 2) I get these

Re: Traditional C rejects ISO C

2004-06-12 Thread [EMAIL PROTECTED]
What's traditional C? Is that KR C, or the C formerly known as c89, ANSI X3.159-1989? Then there is ISO C, ISO/IEC 9899:1990. Then there is C99, ISO 9899:1999. For the purposes of your question, I'd imagine you are refering to ISO C as c99 and traditional C as c89. As KR C does not support