Re: Question about Double Buffering

2011-08-12 Thread Glynn Clements
of GLX_SGIX_pbuffer in the extension list. Whether a GLX visual is double-buffered is indicated by the db column in the glxinfo output. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org

Re: How to set default window size for xconsole app ?

2011-08-12 Thread Glynn Clements
Aaron Lewis wrote: Hi , i wanted to setup default window size for xconsole program , although i'm on openbox , but still wanted to use Xdefaults file , but how ? XConsole.width: 640 XConsole.height: 480 -- Glynn Clements gl...@gclements.plus.com

Re: Ideas for X improvement.

2011-05-28 Thread Glynn Clements
(acceleration requires local video hardware, limited by frambuffer read speed, inter-client communication needs explicit handling, etc). AFAICT, the only advantage is rootless operation. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org

Re: Ideas for X improvement.

2011-05-27 Thread Glynn Clements
, only Xmux got a strong pass for supporting cut and paste. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo

Re: Ideas for X improvement.

2011-05-26 Thread Glynn Clements
will behave exactly like the old one, or make the client adjust to the change. The former is somewhere between ridiculously difficult and completely impossible, while the latter requires significantly changing the protocol, libraries, toolkits, and applications. -- Glynn Clements gl...@gclements.plus.com

Re: Ideas for X improvement.

2011-05-25 Thread Glynn Clements
. The toolkit has the ability reconstruct and clone windows at will. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo

Re: ssh -Y -l user etc,etc

2011-02-25 Thread Glynn Clements
... or whatever mechanism your Linux distribution uses for managing services (e.g. something like: /etc/init.d/sshd restart). But I don't think that will make any difference. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org

Re: ssh -Y -l user etc,etc

2011-02-24 Thread Glynn Clements
in sshd_config, but in the absence of some form of firewall, that will allow other hosts on the network to connect to the X proxy. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org

Re: XOpenDisplay

2011-02-18 Thread Glynn Clements
is an IP-address), instead of the name of the computer ? Yes. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo

Re: Possibly silly, certainly a little OT Question

2010-12-25 Thread Glynn Clements
-- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch...@mail-archive.com

Re: Possibly silly, certainly a little OT Question

2010-12-24 Thread Glynn Clements
the cursor keys to function keys (which can then be rebound within minicom). Another possibility is to modify minicom's source code. Yet another possibility is to just type literal control characters, but that's likely to be annoying if you need to do it a lot. -- Glynn Clements gl...@gclements.plus.com

Re: Any plan to promote coordinats to 32 bits?

2010-11-23 Thread Glynn Clements
that the 16-bit limitation on the size of a window is likely to be a problem for the foreseeable future (apart from anything else, you're likely to run into memory issues with backing store or compositing buffers before that). If you want large virtual desktops, the WM just needs to be creative. -- Glynn

Re: mixed OpenGL vendor drivers

2010-11-16 Thread Glynn Clements
-process basis (e.g. if DISPLAY points to a remote display and the default libGL can't handle that). -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http

Re: Non-resizable window

2010-10-27 Thread Glynn Clements
Burton Samograd wrote: I was wondering if there was a standard way to create a window using Xlib and have it be non-resizable (like a dialog). Would this be through a window manager hint or something like window creation flags? See XSetWMSizeHints. -- Glynn Clements gl

Re: xopendisplay no display varibale declared

2010-09-22 Thread Glynn Clements
something other than NULL as the display argument to XOpenDisplay(). Ideally, the program should provide a -display switch to specify the display to connect to. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives

Re: xopendisplay no display varibale declared

2010-09-22 Thread Glynn Clements
to determine the resolution of the physical screen. This may not even be a meaningful question, as there won't be a physical screen when no viewer is connected, and there will be multiple physical screens when multiple viewers are connected. -- Glynn Clements gl...@gclements.plus.com

Re: Reasons for FreePicture to cause RenderBadPicture?

2010-08-30 Thread Glynn Clements
:( GCs aren't associated with a window. The drawable passed to XCreateGC is used to specify the screen and depth, but has no significance beyond that. A GC may be used with any drawable having the correct screen and depth. -- Glynn Clements gl...@gclements.plus.com

Re: Zapping the Xorg server

2010-08-27 Thread Glynn Clements
. Because it's ridiculously difficult. Something like Xpra code.google.com/p/partiwm/wiki/xpra? That's essentially Xvnc except that it uses Composite to do it window-by-window rather than for the whole screen. -- Glynn Clements gl...@gclements.plus.com

Re: Zapping the Xorg server

2010-08-26 Thread Glynn Clements
different parameters. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your subscription address: arch

Re: Getting crazy over transparency

2010-08-02 Thread Glynn Clements
. Consequently, skullImage.clipmask contains the pixmap, while maskshade contains the mask. That causes this: XSetClipMask(mainwindow-display, mainwindow-gc, skullImage.clipmask); to fail, as the clip mask isn't a bitmap (1-bit per pixel). -- Glynn Clements gl...@gclements.plus.com

Re: Transparent Color in blitting with X11

2010-07-29 Thread Glynn Clements
); XCopyArea(dpy, image, win, gc, ...); The image must have all background (transparent) pixels set to zero. Also, you can use XPutImage() instead of XCopyPlane() and XCopyArea(). -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org

Re: How Can I create a second display? (virtual maybe???)

2010-07-07 Thread Glynn Clements
) is capable of sharing the card between multiple X servers. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org/mailman/listinfo/xorg Your

Re: CLIPBOARD selection doesn't save content

2010-04-04 Thread Glynn Clements
as distinct short-lived clients. The server only sees connections; what happens on the client side of those connections is irrelevant. -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http

Re: CLIPBOARD selection doesn't save content

2010-04-03 Thread Glynn Clements
targets (some of which may be computationally expensive to generate). -- Glynn Clements gl...@gclements.plus.com ___ xorg@lists.freedesktop.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: http://lists.freedesktop.org

Re: Problems with pure X11 program's Fonts

2010-03-04 Thread Glynn Clements
. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Problems with pure X11 program's Fonts

2010-03-04 Thread Glynn Clements
programs which have had Xft support added (e.g. xterm) tend to use faceName and faceSize. Having said all that, there's no guarantee that CrossOver's font configuration is influenced by X resources in any way. -- Glynn Clements gl...@gclements.plus.com

Re: Send String to Window input field

2010-02-19 Thread Glynn Clements
. You probably don't need to explicitly send Alt/Shift/etc events; simply setting the state field in the XKeyEvent structure should suffice. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Re-mapping the middlemouse paste functionality

2010-01-29 Thread Glynn Clements
. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: X11 fullscreen

2010-01-28 Thread Glynn Clements
is automatically a loss, so you have to do better on the other aspects just to break even. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Widget children

2010-01-26 Thread Glynn Clements
. At some point, the Editres support in libXmu was changed to include associated widgets (any resource of type XtRWidget whose parent is the specified widget) along with the children. This is specific to Editres, though; such widgets aren't considered children by XtNameToWidget(). -- Glynn Clements gl

Re: Widget children

2010-01-26 Thread Glynn Clements
of the modular X.org distribution (the editres client was removed in 7.4 onwards). -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: silly keycode question

2010-01-23 Thread Glynn Clements
of these) are active. Which one is the nicest way to catch Alt+F8 irrespectively of the state of Lock keys? Grab F8 with all combinations of lock modifiers in addition to Mod1, i.e. 2^N separate grabs, where N is the number of lock modifiers. -- Glynn Clements gl...@gclements.plus.com

Re: I18n text input

2010-01-19 Thread Glynn Clements
. For a UK keyboard, AltGr and the rightmost keys (=[]#'/) normally act as dead keys, while Shift-AltGr is Compose. There is more information on the API in ยง13.5 of the Xlib manual. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg

Re: I18n text input

2010-01-18 Thread Glynn Clements
for languages other than English, I'd recommend using a GUI toolkit rather than trying to do it using bare Xlib. Or at least steal the code from such a toolkit. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http

Re: About the scheduling of xorg applications

2009-12-10 Thread Glynn Clements
than in response to a hardware event. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: XWindow without titlebar

2009-11-14 Thread Glynn Clements
atom, rather than simply destroying the window. The application can simply ignore the message. However, like a lot of things in X, this relies upon the WM cooperating. If the WM also provides a feature to destroy (as opposed to delete) a window, you can't prevent this. -- Glynn Clements gl

Re: disable export:DISPLAY

2009-11-02 Thread Glynn Clements
it, and the documenation is silent on this issue), but it's possible that either GDM or the default startup scripts perform the equivalent of xhost +local: or xhost +inet:localhost. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org

Re: How on earth do you set your screen res after a crash??

2009-10-20 Thread Glynn Clements
-and-egg problem in that WMs aren't likely to support this feature if nothing uses it, and until it's widely supported, applications wanting full-screen will have to do it themselves. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg

Re: How on earth do you set your screen res after a crash??

2009-10-19 Thread Glynn Clements
); XF86VidModeSetViewPort(dpy, DefaultScreen(dpy), 0, 0); XFree(modes); XCloseDisplay(dpy); return 0; } -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: X ports?

2009-09-28 Thread Glynn Clements
Alan Coopersmith wrote: Does the X protocol use specific IP ports? TCP port 6000 + display id, i.e. :0 = 6000, :10 = 6010. Also, UDP port 177 for XDMCP, but you probably don't need that (it's mainly for dumb X terminals). -- Glynn Clements gl...@gclements.plus.com

Re: Mapping combo to key and key to combo

2009-08-27 Thread Glynn Clements
is enabled). It may be possible to use the XTest extension (i.e. XTestFakeKeyEvent) if you need to generate events which don't have the send_event field set. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http

Re: Mapping combo to key and key to combo

2009-08-27 Thread Glynn Clements
, modifiers which *do* affect the keysym are also reported as modifiers, so applications which do their own low-level event processing need to know that Shift+! == ! == Shift+1). -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg

Re: Is there a chance to set an alpha-mask using XOrg?

2009-06-07 Thread Glynn Clements
support alpha blending; apart from anything else, it's only meaningful with StaticGray and TrueColor visuals. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Matching client windows by resource IDs

2009-06-06 Thread Glynn Clements
XGetResourceMaskAndBase(XID resource, XID *mask, XID *base); Not quite; libXRes has: typedef struct { XID resource_base; XID resource_mask; } XResClient; Status XResQueryClients(Display *dpy, int *num_clients, XResClient **clients); -- Glynn Clements gl

Re: Window Managers and XGrabKey*()

2009-05-29 Thread Glynn Clements
to ensure that someone can't just walk up to the system and bypass the screensaver via WM hotkeys. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: It's useful to have a working X server if a client holds a grab when it triggers a debugger breakpoint

2009-05-27 Thread Glynn Clements
for events on every visible window doesn't count). Limiting events to the application windows doesn't seem that bad. That would mean that menus persist until you click in a window belonging to the application which created the menu. -- Glynn Clements gl...@gclements.plus.com

Re: Documentation?

2009-04-09 Thread Glynn Clements
certainly be preferable. An obsession with physical size makes no more sense than an obsession with pixel sizes. Actually, it makes less sense. At least the historical fixation on pixel sizes had a rational basis: rescaled bitmaps look so bad that they're almost never useful. -- Glynn Clements gl

Re: PseudoColor and DirectColor visuals (was Re: Documentation?)

2009-04-09 Thread Glynn Clements
of programs which break with a DirectColor visual suggests that they're essentially a theoretical concept which doesn't occur in practice. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http

Re: PseudoColor and DirectColor visuals (was Re: Documentation?)

2009-04-08 Thread Glynn Clements
overnight. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Documentation?

2009-04-07 Thread Glynn Clements
extensions, or do I need to work from protocol specifications and uncommented header files? http://www.x.org/docs/ -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: Documentation?

2009-04-07 Thread Glynn Clements
Ross Burton wrote: I can't believe I'm feeding the troll, but in GNOME (and KDE I'm sure) there is a nice big Antialiasing: off button in the font configuration. And where is the Prefer legibility over getting the exact physical size to within a nanometre button? -- Glynn Clements gl

Re: Documentation?

2009-04-07 Thread Glynn Clements
(probably because you didn't ask the right question in the first place), then claim that no-one answered. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: how can I know cursor in an editable field?

2009-03-12 Thread Glynn Clements
. Realistically, you are going to need to handle each toolkit separately, possibly even modifying the toolkit. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: How does X Server assign Window ID?

2009-03-05 Thread Glynn Clements
window IDs as being unique globally rather than per-display. If you're using a proprietary OpenGL driver, that would be a prime suspect. Try forcing indirect rendering with AIGLX disabled (and without nVidia's libGL, if you're using that). -- Glynn Clements gl...@gclements.plus.com

Re: how to display a XImage with 16bits depth in a drawable with a depth of 24bits ?

2009-02-27 Thread Glynn Clements
either of these supports a specific format (other than 24-bit RGB), so you still need to provide a software conversion. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: xclock's problem

2009-02-27 Thread Glynn Clements
Masaru Nomiya wrote: Subject: Re: xclock's problem Message-ID : 18855.23177.348554.585...@cerise.gclements.plus.com Date Time: Fri, 27 Feb 2009 03:14:17 + [Glynn] == Glynn Clements gl...@gclements.plus.com has written: Me I'm using xlock with the settings in .xinitrc; Me

Re: xclock's problem

2009-02-26 Thread Glynn Clements
if it's related to your problem, but you should probably be using e.g.: -xrm *fontSet: -*-*-bold-r-normal--16-* instead of -fn. Also, try using the -norender option. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg

Re: [Xlib] Saving state before an unmap

2009-02-17 Thread Glynn Clements
. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [Xlib] Saving state before an unmap

2009-02-16 Thread Glynn Clements
is to write a WM. You cannot realistically expect to force another WM to bend to your will. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: memory leak?

2009-02-09 Thread Glynn Clements
too large. Then I log off and in and everything is OK again. How can I avoid that logoff/login procedure? Add swap. Then, any memory which is allocated to the X server but isn't actively being used will get swapped out, allowing the physical memory to be used for something else. -- Glynn

Re: XtDisplayToApplicationContext fails with Error: Couldn't find per display information

2009-02-03 Thread Glynn Clements
(), so if it's getting the Display* from there, it should work. If the Display* comes from elsewhere (e.g. Gtk/Gdk), it probably won't. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org

Re: save-under support

2009-01-24 Thread Glynn Clements
would be appreciated. I don't know enough about compositing to answer this one. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Bug in interaction between freeglut and mesa-7.3-rc2

2009-01-19 Thread Glynn Clements
actually connected to an X server. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Current support and roadmap for discrete graphics card hot switching

2009-01-17 Thread Glynn Clements
or the X server can emulate in its entirety atop a dumb framebuffer, and eat the (potentially huge) performance hit when it has to do so. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org

Re: Current support and roadmap for discrete graphics card hot switching

2009-01-15 Thread Glynn Clements
. Obviously, windows would have to either be opened on the appropriate screen (programs which need the 3D GPU on the screen which has one), or the application/toolkit would need to explicitly provide migration. -- Glynn Clements gl...@gclements.plus.com

Re: How to move a window between screens?

2009-01-09 Thread Glynn Clements
output (e.g. Xvnc), or this sort of thing has to be done in the client. -- Glynn Clements gl...@gclements.plus.com ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: How to move a window between screens?

2009-01-09 Thread Glynn Clements
as constant (e.g. root window, available visuals, default visual etc) will become variables if you start migrating between screens. Also, I don't know if the above will automatically reconstruct e.g. pixmaps for icons or if you will need to replace these manually. -- Glynn Clements gl

Re: How To Reduce/Eliminate Horizontal Tearing

2008-12-11 Thread Glynn Clements
rather than displaying it. -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: X Server: abused or buggy?

2008-12-10 Thread Glynn Clements
be to use a compacting (relocating) allocator for pixmaps (at least for pixel data; housekeeping structures don't really matter). -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: 2D antialiasing?

2008-12-10 Thread Glynn Clements
OpenGL), or rendering client-side and blitting the end result. -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: X Server: abused or buggy?

2008-12-09 Thread Glynn Clements
have memory usage which grows monotonically, for the reasons outlined above. I put usage in quotes because they won't necessarily be *using* the memory; they'll just have it allocated (and swapped out). -- Glynn Clements [EMAIL PROTECTED] ___ xorg

Re: GLX in Xephyr --or-- is there some other way to catch a desktop in a texture?

2008-12-08 Thread Glynn Clements
XResQueryClients(). -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: how does x write to display cards

2008-11-24 Thread Glynn Clements
for fbdev. -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: xquartz dereferencing a NULL pointer (patch 2)

2008-11-07 Thread Glynn Clements
are significant (signals, interrupts, memory-mapped I/O, threads, etc). -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Transfer display of active windows remotely

2008-10-13 Thread Glynn Clements
will simply vanish. Even if identical programs are running on the new display, it isn't likely to be feasible (especially at the protocol or Xlib levels) to simply establish new connections and pretend that nothing has changed. -- Glynn Clements [EMAIL PROTECTED

Re: Transfer display of active windows remotely

2008-10-11 Thread Glynn Clements
numbers, etc. -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Transient windows

2008-10-02 Thread Glynn Clements
don't have the override-redirect flag set will normally be owned by the WM, with the grandchildren and their descendents owned by individual clients. override-redirect windows will normally be direct children of the root window, and owned by individual clients. -- Glynn Clements [EMAIL PROTECTED

Re: Transient windows

2008-10-02 Thread Glynn Clements
of Alt/Meta by certain GUI toolkits is a prime example. -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Poll: Should Xorg change from using Ctrl+Alt+Backspace to something harder for users to press by accident?

2008-09-24 Thread Glynn Clements
consoles don't work, but I can at least use Ctrl-Alt-Del to trigger a clean reboot. -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Building X

2008-09-20 Thread Glynn Clements
the cursor is over, while the cross indicates there's nothing here, i.e. clicks will be ignored. -- Glynn Clements [EMAIL PROTECTED] ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg