Skip to content

fails with gcc15 #112

@pgajdos

Description

@pgajdos

This fixes the build for me:

Index: pTk/mTk/additions/ClientWin.c
===================================================================
--- pTk/mTk/additions/ClientWin.c.orig
+++ pTk/mTk/additions/ClientWin.c
@@ -30,7 +30,7 @@ in this Software without prior written a
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
 
-static Window TryChildren();
+static Window TryChildren (Display* dpy, Window win, Atom WM_STATE);
 
 /* Find a window with WM_STATE, else return win itself, as per ICCCM */
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions