Re: [PATCH] dnd: fix segfault on grabbing

2012-08-13 Thread Philipp Brüschweiler
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=50487 Cheers, Philipp On Mon, Aug 13, 2012 at 8:04 PM, Philipp Brüschweiler wrote: > Some cursor themes don't include a "grabbing" icon, causing a segfault. > This patch fixes this by just reverting to the stardard cursor instead. > --- >

[PATCH] dnd: fix segfault on grabbing

2012-08-13 Thread Philipp Brüschweiler
Some cursor themes don't include a "grabbing" icon, causing a segfault. This patch fixes this by just reverting to the stardard cursor instead. --- clients/dnd.c | 7 +++ 1 Datei geändert, 7 Zeilen hinzugefügt(+) diff --git a/clients/dnd.c b/clients/dnd.c index 6f55e95..44c1541 100644 --- a/c