mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
k&r->ansi some stuff
ansify and "fix" function pointer declarations
This commit is contained in:
committed by
Carlos R. Mafra
parent
6924454836
commit
9af6316d1d
@@ -40,7 +40,7 @@
|
||||
|
||||
static int shmError;
|
||||
|
||||
static int (*oldErrorHandler) ();
|
||||
static int (*oldErrorHandler)(Display *dpy, XErrorEvent *err);
|
||||
|
||||
static int errorHandler(Display * dpy, XErrorEvent * err)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user