On Fri, Jun 01, 2007 at 10:18:11PM +0200, Bart Martens wrote:
> tags 426754 moreinfo help
> stop
> 
> 
> Hi Nyk,
> 
> Can you provide a tested patch please?
> 
> Regards,
> 
> Bart Martens
> 

Hi Bart

No problem, patch attached. Works here.

hth
Nyk
-- 
/__
\_|\/
   /\
diff -Nur qiv-2.1~pre12/image.c qiv-2.1~pre12.0.0.1/image.c
--- qiv-2.1~pre12/image.c	2007-04-25 01:51:21.000000000 +0100
+++ qiv-2.1~pre12.0.0.1/image.c	2007-05-30 19:16:53.000000000 +0100
@@ -126,8 +126,8 @@
     attr.width  = q->win_w;
     attr.height = q->win_h;
     attr.wmclass_name = "qiv";
-    q->win = gdk_window_new(NULL, &attr, GDK_WA_X|GDK_WA_Y|GDK_WA_WMCLASS);
-//  q->win = gdk_window_new(NULL, &attr, GDK_WA_X|GDK_WA_Y);
+//    q->win = gdk_window_new(NULL, &attr, GDK_WA_X|GDK_WA_Y|GDK_WA_WMCLASS);
+  q->win = gdk_window_new(NULL, &attr, GDK_WA_X|GDK_WA_Y);
 // [lc] GDK_WA_WMCLASS segfaults with -O0
 // [as] could not confirm -> leave GDK_WA_WMCLASS in
 

Reply via email to