1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

- removed some obsoleted function definitions

- made font name comparison case insensitive
This commit is contained in:
dan
2004-10-14 18:04:18 +00:00
parent 3a97c33072
commit 36b55dc1e6
2 changed files with 10 additions and 18 deletions

View File

@@ -158,12 +158,4 @@ char* GetProgramNameForWindow(Window win);
Bool GetCommandForPid(int pid, char ***argv, int *argc);
#ifdef NETWM_HINTS
#include "wmspec.h"
#define GetPidForWindow(win) wNETWMGetPidForWindow(win)
#else
int GetPidForWindow(Window win);
#endif
#endif