search for: buttonpressmask

Displaying 3 results from an estimated 3 matches for "buttonpressmask".

2006 May 11
1
compiz without a desktop window
Running compiz without a desktop window has some unexpected behavior. It is not possible to grab the cube with the mouse. The pointer needs to be over a window for it to work. In display.c the XSelectInput call in addDisplay is missing ButtonPressMask and ButtonReleaseMask, so it makes sense why this doesn't work. Is there a reason why they have been left out? Lower window with Button2 on the title bar doesn't work at all. Using the binding for lower window does lower the window, though not always to the bottom. There are occasions whe...
2001 Feb 13
1
X11 device doesn't handle destroy events correcly (PR#848)
.../* Dispatch destroy only once */ ! xd->inclose = TRUE; ! XDestroyWindow(display, xd->window); ! XSync (display, 0); ! KillDevice(dd); ! } } + } + } static void R_ProcessEvents(void *data) *************** *** 1208,1213 **** --- 1228,1234 ---- ExposureMask | ButtonPressMask | StructureNotifyMask); XMapWindow(display, xd->window); XSync(display, 0); + xd->inclose = FALSE; /* Gobble expose events */ *************** *** 1464,1476 **** x11Desc *xd = (x11Desc *) dd->deviceSpecific; if (xd->type == WINDOW) { ! /* process pe...
2015 Apr 27
2
First post
...default colormap: 0x40 default number of colormap cells: 256 preallocated pixels: black 0, white 16777215 options: backing-store WHEN MAPPED, save-unders NO largest cursor: 64x64 current input event mask: 0xda3f3f KeyPressMask KeyReleaseMask ButtonPressMask ButtonReleaseMask EnterWindowMask LeaveWindowMask Button1MotionMask Button2MotionMask Button3MotionMask Button4MotionMask Button5MotionMask ButtonMotionMask StructureNotifyMask SubstructureNotifyMa...