summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/tkWinX.c')
-rw-r--r--win/tkWinX.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/win/tkWinX.c b/win/tkWinX.c
index ce73aac..987fbb5 100644
--- a/win/tkWinX.c
+++ b/win/tkWinX.c
@@ -1627,6 +1627,30 @@ HandleIMEComposition(
/*
*----------------------------------------------------------------------
*
+ * Tk_FreeXId --
+ *
+ * This interface is not needed under Windows.
+ *
+ * Results:
+ * None.
+ *
+ * Side effects:
+ * None.
+ *
+ *----------------------------------------------------------------------
+ */
+
+void
+Tk_FreeXId(
+ Display *display,
+ XID xid)
+{
+ /* Do nothing */
+}
+
+/*
+ *----------------------------------------------------------------------
+ *
* TkWinResendEvent --
*
* This function converts an X event into a Windows event and invokes the