Hi,
Attached is a really tiny patch to make use of the same X-Cursor as Metacity
and Kwin (and i guess any other wm) while moving a window.
Actually the cursor isn't themed (at least with all cursor themes i've
tested) and that's quite inconsistent with other cursors.
Manuel
From 310353fff2a316438ebd2545082d5ac0e1979fa0 Mon Sep 17 00:00:00 2001
From: Manuel Evano <[EMAIL PROTECTED]>
Date: Tue, 17 Apr 2007 23:58:45 +0200
Subject: [PATCH] Make use of the right X-Cursor (same as Metacity and Kwin) while moving a window.
---
plugins/move.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/plugins/move.c b/plugins/move.c
index b00503c..1321b6a 100644
--- a/plugins/move.c
+++ b/plugins/move.c
@@ -881,7 +881,7 @@ moveInitScreen (CompPlugin *p,
ms->grabIndex = 0;
- ms->moveCursor = XCreateFontCursor (s->display->display, XC_plus);
+ ms->moveCursor = XCreateFontCursor (s->display->display, XC_fleur);
addScreenAction (s, &md->opt[MOVE_DISPLAY_OPTION_INITIATE].value.action);
--
1.4.4.2
_______________________________________________
compiz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/compiz