From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Eric Sandall <sandalle@sourcemage.org>
Date: Tue, 13 Jan 2009 16:53:49 -0800
Subject: [PATCH] Fix missing events
                    
Ref: https://bugs.gentoo.org/238079
Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516201
Upstream-Status: Pending
---
 pTk/mTk/generic/tkBind.c |    3 +++
 1 file changed, 3 insertions(+)

diff -Naur Tk-804.028.orig/pTk/mTk/generic/tkBind.c Tk-804.028.new/pTk/mTk/generic/tkBind.c
--- Tk-804.028.orig/pTk/mTk/generic/tkBind.c	2007-09-16 13:08:48.000000000 -0700
+++ Tk-804.028.new/pTk/mTk/generic/tkBind.c	2009-01-13 16:35:38.492005068 -0800
@@ -629,6 +629,9 @@
    /* ColormapNotify */		COLORMAP,
    /* ClientMessage */		0,
    /* MappingNotify */		0,
+#ifdef GenericEvent
+   /* GenericEvent */       0,
+#endif
    /* VirtualEvent */		VIRTUAL,
    /* Activate */		ACTIVATE,
    /* Deactivate */		ACTIVATE,
