Displaying 12 results from an estimated 12 matches for "xconfigur".
Did you mean:
configur
2013 Jun 19
2
Relative position between two windows
...e, let's see for
example
the case for window A:
XSelectInput ( display, RootWindow ( display, 0 ), SubstructureNotifyMask );
>
> XEvent event;
> while ( true )
> {
> XNextEvent ( display, & event );
> /* ... */
> if ( event.type == ConfigureNotify and event.xconfigure.window ==
> window_B )
> {
> // new_x, new_y based on event.xconfigure.x, event.xconfigure.y,
> etc...
> XMoveWindow ( display, window_A, new_x, new_y );
> }
> /* ... */
> }
>
The problem is that the move correction of a window is only applie...
2013 Jun 19
0
Relative position between two windows
...ow A:
>
> XSelectInput ( display, RootWindow ( display, 0 ), SubstructureNotifyMask
>> );
>>
>> XEvent event;
>> while ( true )
>> {
>> XNextEvent ( display, & event );
>> /* ... */
>> if ( event.type == ConfigureNotify and event.xconfigure.window ==
>> window_B )
>> {
>> // new_x, new_y based on event.xconfigure.x, event.xconfigure.y,
>> etc...
>> XMoveWindow ( display, window_A, new_x, new_y );
>> }
>> /* ... */
>> }
>>
>
> The problem is that t...
2005 Dec 01
5
Configuring X after instal on CentOS4
What is the name of the program that replaces Xconfigurator and
XF86Setup for resetting video display values for X post-install?
Regards,
Jim
--
*** e-mail is not a secure channel ***
mailto:byrnejb.<token>@harte-lyne.ca
James B. Byrne Harte & Lyne Limited
vox: +1 905 561 1241 9 Brockley Drive
fax: +1 905 561...
2004 Jul 26
2
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the
centos mirror:
RHSA-2004:404-01 Updated samba packages fix vulnerability
Files available:
samba-2.2.10-1.21as.1.i386.rpm:
samba-client-2.2.10-1.21as.1.i386.rpm:
samba-common-2.2.10-1.21as.1.i386.rpm:
samba-swat-2.2.10-1.21as.1.i386.rpm:
More details are available from the RedHat web site at
2006 Nov 07
2
Crash when embedding R X11 windows
...emp)) return;
dd = (NewDevDesc *) temp;
if (event.xexpose.count == 0)
do_update = 1;
@@ -595,8 +595,8 @@
else if (event.type == ConfigureNotify) {
while(XCheckTypedEvent(display, ConfigureNotify, &event))
;
- XFindContext(display, event.xconfigure.window,
- devPtrContext, &temp);
+ if (XFindContext(display, event.xconfigure.window,
+ devPtrContext, &temp)) return;
dd = (NewDevDesc *) temp;
xd = (newX11Desc *) dd->deviceSpecific;
if (xd->windowWidth != event.xc...
2015 Jan 23
1
Orwell's 1984 from Freedesktop,org?
On Fri, January 23, 2015 2:05 pm, Warren Young wrote:
> On Jan 23, 2015, at 12:35 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu>
> wrote:
>
>> As a matter of fact I tend to not use GUI admin tools since long ago.
>
> Bring back Xconfigurator!
>
>> I do prefer 3ware web RAID admin
>> interface anything else (it more transparently prevents me from making
>> fatal blunders - probably just me).
>
> No, not just you. tw_cli is needlessly confusing in its command
> structure.
>
> Compare the operation...
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
...**
static Atom _XA_WM_PROTOCOLS, protocol;
static Rboolean displayOpen = FALSE;
- static Rboolean inclose = FALSE;
static int numX11Devices = 0;
/********************************************************/
--- 146,151 ----
***************
*** 619,632 ****
xd->windowHeight = event.xconfigure.height;
xd->resize = 1;
}
else if ((event.type == ClientMessage) &&
! (event.xclient.message_type == _XA_WM_PROTOCOLS))
! if (!inclose && event.xclient.data.l[0] == protocol) {
! XFindContext(display, event.xclient.window,
devPtrContext, &tem...
2015 Jan 23
3
Orwell's 1984 from Freedesktop,org?
On Fri, January 23, 2015 5:37 am, Scott Robbins wrote:
> On Thu, Jan 22, 2015 at 09:30:03PM -0600, Valeri Galtsev wrote:
>>
>> On Thu, January 22, 2015 9:05 pm, Always Learning wrote:
>> >
>> > On Thu, 2015-01-22 at 21:19 -0500, Bill Maltby (C4B) wrote:
>> >
>> >> I object to this sort of crap. Hidden, no reason for an *IX desktop
>> to
2015 Jan 23
0
Orwell's 1984 from Freedesktop,org?
On Jan 23, 2015, at 12:35 PM, Valeri Galtsev <galtsev at kicp.uchicago.edu> wrote:
> As a matter of fact I tend to not use GUI admin tools since long ago.
Bring back Xconfigurator!
> I do prefer 3ware web RAID admin
> interface anything else (it more transparently prevents me from making
> fatal blunders - probably just me).
No, not just you. tw_cli is needlessly confusing in its command structure.
Compare the operation of the ZFS and btrfs command line tool...
2005 May 16
2
Dual Monitors
I have a PC with an Nvidia Quadro Card in it and it is running CentOS
4.0(all current). I want to set up dual monitors but when I go into
the display
gui to set it up, X reloads and an error comes up and says it cant load X
using this config.
This is the only video card in the system and I am trying to hook up two
identical ViewSonic VG800 monitors. Single monitor works fine but when try
to
2004 Aug 31
1
CentOS-2 errata
The following errata for CentOS-2 have been built and uploaded the the
centos mirror:
RHSA-2004:448-01 Updated krb5 packages fix security vulnerabilities
Files available:
krb5-devel-1.2.2-31.i386.rpm
krb5-libs-1.2.2-31.i386.rpm
krb5-server-1.2.2-31.i386.rpm
krb5-workstation-1.2.2-31.i386.rpm
More details are available from the RedHat web site at
https://rhn.redhat.com/errata/rh21as-errata.html
2007 May 19
2
Crash in blur.c (SIGSEGV)
..., xmaprequest = {type = 16, serial = 10885,
send_event = 0, display = 0x6481b0, parent = 421, window = 20989986}, xreparent = {type = 16,
serial = 10885, send_event = 0, display = 0x6481b0, event = 421, window = 20989986,
parent = 1318554960192, x = 640, y = 409, override_redirect = 0}, xconfigure = {type = 16,
serial = 10885, send_event = 0, display = 0x6481b0, event = 421, window = 20989986, x = 320, y = 307,
width = 640, height = 409, border_width = 0, above = 8449746924601344, override_redirect = 1},
xgravity = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, ev...