Re: Xinerama || Pseudoramix
Re: Xinerama || Pseudoramix
- Subject: Re: Xinerama || Pseudoramix
- From: Sean Ahern <email@hidden>
- Date: Wed, 30 Jul 2003 17:12:34 -0700
John Davidorff Pell wrote:
> I'm studying the calls that it uses (its written entirely using XLib, no
> gtk+ or QT or anything) and its going slowly. If I can figure out what
> makes it draw where it does, then i can just change it to draw from the
> bottom of the physical screen (as reported by XineramaGetData()) right?
Theoretically, yes.
I have little Xinerama experience, but a lot of X11 experience. While there
is code in "move_taskbar" at lines 748-762 which make the taskbar appear and
disappear by moving it offscreen, the code that you're probably most
interested in occurs at line 343,344. That creation code tells X to create
the window at the very bottom-left of the screen. Change that and you should
be golden. You might want to change the code in "move_taskbar" in case
you ever want to click on the little "grills" on the left and right of
the taskbar to hide the thing.
-Sean
__
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.