Displaying 6 results from an estimated 6 matches for "focusdefaultwindow".
2007 Apr 19
0
[PATCH] Make focusDefaultWindow () take a CompScreen as argument
...4
--- a/include/compiz.h
+++ b/include/compiz.h
@@ -26,7 +26,7 @@
#ifndef _COMPIZ_H
#define _COMPIZ_H
-#define ABIVERSION 20070417
+#define ABIVERSION 20070418
#include <stdio.h>
#include <sys/time.h>
@@ -985,7 +985,7 @@ Time
getCurrentTimeFromDisplay (CompDisplay *d);
void
-focusDefaultWindow (CompDisplay *d);
+focusDefaultWindow (CompScreen *s);
void
forEachWindowOnDisplay (CompDisplay *display,
diff --git a/plugins/rotate.c b/plugins/rotate.c
index bf6bb95..640c8f4 100644
--- a/plugins/rotate.c
+++ b/plugins/rotate.c
@@ -521,7 +521,7 @@ rotatePreparePaintScreen (CompScreen *s,...
2007 Mar 03
1
sticky windows and rotate focus
....
This seems like silly behaviour, because sticky windows are (for me)
'background' windows like media players, IM clients, and so on. The
non-sticky windows are where I do all my work, so focus should go
there whenever I rotate faces.
I've attached a patch that fixes this. It makes focusDefaultWindow
only focus a sticky window if it already had focus. This means that
if you do focus a sticky window and rotate faces, that window will
stay focused.
I'm not really sure what other consequences this change has, but I
haven't found any problems so far. Can anyone offer some advice?
Steve...
2008 Feb 07
1
[ANNOUNCE] compiz-0.7.0
...itespacing.
Added some matrix functions that can be useful for plugins.
Complete comment.
Added CompVector type for describing vectors.
Whitespacing.
Use CompVector.
pt_BR translation update (closes #12861).
fr translation update (closes #12918).
Make focusDefaultWindow() take the screen as parameter.
Move focusDefaultWindow function from display.c to screen.c.
Fix call argument.
Compare to wmType, not type variable.
Added wrappable validateWindowResizeRequest function that can be used to
adjust window resize request processing. Made place...
2014 Nov 24
1
Contributor Contributions
...<oreaus at gmail.com>
Date: Fri Mar 18 19:02:46 2011 -0600
Remove unused macro.
commit 00a508cd491e834b802980174e7c0c8cec8acdac
Author: Scott Moreau <oreaus at gmail.com>
Date: Fri Mar 18 13:08:36 2011 +0800
If the root window gets focus, unset activeWindow before calling
focusDefaultWindow to make sure the latter really focusses another window.
Forward port 33f695e7c6e4fb8ac627df0978fea7771fe1b3d5 to master
commit 1fb701594b78e950c031974d83c3566d1d648156
Author: Scott Moreau <oreaus at gmail.com>
Date: Fri Mar 18 13:06:13 2011 +0800
If an unexpected window gets foc...
2007 Aug 03
4
[ANNOUNCE] compiz-0.5.2
...w as moveWindow function
Restore window geometry of fullscreen and maximized windows
Clean up.
Make sure some window is focused properly at start up.
Revert "First attempt to focus the window under the pointer if 'click to focus' is not enabled."
Have focusDefaultWindow try to focus the window under the pointer
move argument to decorWindowUpdate should always be true.
Replace move argument that was always true with an allowDecorations
Add missing NULL check.
Shut up compiler.
Enable SVG plugin by default.
Add intltool-extract, i...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...w as moveWindow function
Restore window geometry of fullscreen and maximized windows
Clean up.
Make sure some window is focused properly at start up.
Revert "First attempt to focus the window under the pointer if 'click to focus' is not enabled."
Have focusDefaultWindow try to focus the window under the pointer
move argument to decorWindowUpdate should always be true.
Replace move argument that was always true with an allowDecorations
Add missing NULL check.
Shut up compiler.
Enable SVG plugin by default.
Add intltool-extract, i...