Re: [gtk-list] Bug in gdkx_XConvertCase
- From: Manish Singh <yosh gimp org>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Bug in gdkx_XConvertCase
- Date: Fri, 16 Apr 1999 20:49:20 -0700
On Thu, Apr 15, 1999 at 08:12:33PM -0700, Tom Geiger wrote:
> I posted a question a few days back regarding menu accelerators on
> Sun-solaris systems. My problem was that menu shortcuts (i.e. <Control>N)
> in an ItemFactory was not trigering an event on my sun-solaris machine,
> but worked fine under my linux machine.
>
> I traced it though and discovered that the sun machine does not have
> XConvertCase, and that it was using gdkx_XConvertCase as a replacement.
> This function looks incomplete though:
<snip>
Well, it *is* complete really, just that the complete parts weren't being
used. ;) Missing #include file:
diff -u -r1.107.2.2 gdk.c
--- gdk.c 1999/04/01 10:42:06 1.107.2.2
+++ gdk.c 1999/04/17 03:43:13
@@ -48,6 +48,7 @@
#include "gdkinput.h"
#include "gdkx.h"
#include "gdki18n.h"
+#include "gdkkeysyms.h"
This fix is in CVS now.
-Yosh
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]