search for: xevents

Displaying 14 results from an estimated 14 matches for "xevents".

Did you mean: events
2007 Mar 10
0
[BUG] gtk-window-decorator and Xevents
If i remove Move action mask with winrules plugin, I can't raise a window by clicking on it. event_filter_func() receive an KeymapNotify instead of ButtonPress/ButtonRelease event. gtk-window-decorator bug? libwnck bug? gdk bug? No idea for now :( Cedric
2006 Oct 18
1
[PATCH] Compiz Events
I wrote this quick patch because I want plugins to be able to communicate with each other with events. Using the option values to communicate with each other is a bit cumbersome if you want to monitor for changes or do anything which requires events. It is just a small patch and works in the compiz way (ie by wrapping the core event). Some potential events that I can think of at the moment are
2013 Jun 19
2
Relative position between two windows
Hi, I'm Luca from Savona, Italy. I'm using Compiz and I'm writing an application with Xlib to draw two windows, let's say window_A and window_B. I would like to keep fixed the relative position between two established corners of them that they have when mapped. So that if I move or resize one of the window, the other if necessary automatically moves to observe the condition.
2007 Jun 19
1
[PATCH] Added screen edge trigger delay setting.
--- include/compiz.h | 17 ++++++- metadata/core.xml.in | 7 +++ src/display.c | 5 ++- src/event.c | 130 +++++++++++++++++++++++++++++++++++++++++++++----- 4 files changed, 143 insertions(+), 16 deletions(-) diff --git a/include/compiz.h b/include/compiz.h index dd34f00..abb1169 100644 --- a/include/compiz.h +++ b/include/compiz.h @@ -26,7 +26,7 @@ #ifndef
2013 Jun 19
0
Relative position between two windows
Hi Luca, In recent versions of compiz (0.9.10) if you have lazy positioning on (org.compiz.move 'lazy-positioning') other clients won't get a configure notification until the end of the move. This is a performance optimization to avoid a slow path on the nvidia drivers with vsync. If you want such notifications you need to turn this option off. Either that or implement this as a
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
Hi all, I have been trying to build wine from source on my imac, but I encountered errors that I have no idea how to fix [Crying or Very sad] I configured with: Code: ./configure CPPFLAGS='-I/usr/X11/include -I/opt/local/include' LIBS='-lGL -lGLU' LDFLAGS='-L/usr/X11/lib -L/opt/local/lib' I installed the dependencies for wine with MacPorts (hence the /opt/local).
2006 Nov 13
2
catch event when workspace is changing
Hi, how do you do that? In normal session, this is how you do it with python: import gtk import wnck def workspace_changed(screen): workspace = screen.get_active_workspace() print workspace.get_name() screen = wnck.screen_get_default() screen.connect("active_workspace_changed", workspace_changed) gtk.main() With compiz, that code does not work because compiz use only one
2003 Apr 10
1
Starcraft Patch
I've done some work getting the patches from http://starcraft-wine.sourceforge.net/ working with CVS wine. Using the patch I'm including, starcraft works perfectly on my machine, run as root using DGA on a 640x480 XF86 layout. In particular the changes to event.c enable the mouse and keyboard with DGA. The changes to input.c make the mouse acceleration work the same in all directions.
2007 Mar 01
3
A couple of bugs...
Hello together! I've found a couple of bugs with current compiz git, most of them related to the use of KDE and wanted to let you know. 1. kde-window-decorator crashes every now and then. This seems to be especially often when starting kaffeine media player, but not exclusively. I've attached a backtrace, though I don't know if it is useful in this form... 2. Resizing a
2001 Feb 15
3
who frees dd and xd in X11_Open?
Hi, I'm not sure this is a bug in the code, the comment or my thinking. So first try goes to r-devel... I find the following comment in X11_Open () (src/unix/X11/devX11.c): /* if we have to bail out with "error", then must free(dd) and free(xd) */ A couple lines down, there is: if (!strncmp(dsp, "png::", 5)) { FILE *fp; #ifndef HAVE_PNG error("No png support
2008 Sep 17
1
[ANNOUNCE] compiz-0.7.8
A new compiz release 0.7.8 is now available from: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz which can be verified with: http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1 7b8a67b5d5b4aa6a33fcf60691bfae757768ffa3 compiz-0.7.8.tar.gz http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz.sha1.asc (signed by Danny
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...f format fixes for HWND type hw/xwin: printf format fixes for XID type hw/xwin: printf format fixes in winConfigKeyboard() hw/xwin: printf format fixes in winAllocatePrivates() hw/xwin: printf format fix in winCreateDefColormap() hw/xwin: printf format fix in winProcessXEventsTimeout() hw/xwin: printf format fixes in xevents.c hw/xwin: printf format fixes for DWORD type hw/xwin: printf format fixes for LONG type hw/xwin: printf format fixes for WPARAM and LPARAM types hw/xwin: printf format fixes for Pixel type debug output format fix...
2009 Jun 05
0
Wine release 1.1.23
...alling CreateStream on read only storage. ole32: Fix crash when calling CreateStorage on read only storage. ole32: Fix return code of DeleteStorage for read only storage. ole32: Don't ignore a failure to delete the old element in CreateStorage. winex11.drv: Don't use XEvents uninitialized when waits time out. Vitaliy Margolen (1): winecfg: Update WinXP version to SP3. Vitaly Perov (1): mpr: Don't set LastError if no error occured. Vladimir Pankratov (1): winedbg: Add Russian translation. Yuriy Kaminskiy (1): dsound: Fix segv on use-after...
2017 Sep 22
3
gtk3 update causing havoc
On my lab systems, the automatic updates were failing because of the problems with ipod libraries from EPEL being in the way. It turns out that was a good thing, because when I "fixed" it, a massive set of packages was updated, including the new gtk3. These packages are the ones causing problems, I think. gtk3-3.22.10-4.el7.x86_64 gtk3-devel-3.22.10-4.el7.x86_64 In the release notes,