Re: hi everybody 2 questions

2003-07-18 Thread Sean 'Shaleh' Perry
And speaking of feature requests, some type of window placement model where new windows always appear near the mouse pointer would be good too :) There have been patches floated around for this. Not much of a fan myself but there is a chance it will make it in some day (after 0.70). --

Re: hi everybody 2 questions

2003-07-18 Thread Ciprian Popovici
Quoting Damion de Soto [EMAIL PROTECTED]: Anarky wrote: are goingz .. and then, while Im doing this the app finally finishes and pops up exactly where I didn't want it. Is there any way I could have the apps starting stay in their workspace? Yeah, I'd love this functionality too. But I

Re: hi everybody 2 questions

2003-07-18 Thread Ciprian Popovici
Quoting Sean 'Shaleh' Perry [EMAIL PROTECTED]: unfortunately due to the design of X there is no way for this to work easily. The free desktop group (members of GNOME, KDE, others) are working on a proposal to support this. However, it will still require support from the application and

Re: hi everybody 2 questions

2003-07-18 Thread Jean-D. Ackle
Hi there! I'm new to the list, so I'l quickly introduce myself: I'm 27, finishing my degree in Sociology of Organizations in the University of Minho (Braga, Portugal), though I was born in Switzerland (swiss father, portuguese mother). Thus, I am an end-user ;) I did have an interest on

OT: programmed/automated X11 pointer movement and clicks

2003-07-18 Thread Jeremy C. Reed
I recall someone mentioning on the list about a software that could be programmed to simulate pointer movements and clicks. Does anyone remember what program that was? (I wasn't able to find it via google or freshmeat or my archived mail.) Jeremy C. Reed echo

Re: OT: programmed/automated X11 pointer movement and clicks

2003-07-18 Thread Russ Burdick
On Fri, Jul 18, 2003 at 12:28:46PM -0700, Jeremy C. Reed wrote: I recall someone mentioning on the list about a software that could be programmed to simulate pointer movements and clicks. xwarppointer.c (attached, 5k) was mentioned. i dont recall if a url was given to point to this file, and

Window.cc:1396: error: `assert' undeclared, using GCC-3.3

2003-07-18 Thread Tom Garland
The following error happens compiling blackbox-0.65.0 under GCC 3.3. Window.cc: In member function `bool BlackboxWindow::setInputFocus()': Window.cc:1396: error: `assert' undeclared (first use this function) Window.cc:1396: error: (Each undeclared identifier is reported only once for each

Re: Window.cc:1396: error: `assert' undeclared, using GCC-3.3

2003-07-18 Thread Sean 'Shaleh' Perry
On Friday 18 July 2003 14:55, Tom Garland wrote: Searching the blackbox ML this is the closest I came to this problem being recognized - http://heimdall.asgardsrealm.net/lurker/message/20030423.205238.48163aa4.ht ml Adding '#include assert.h' to Window.cc fixes the problem. actually, you