mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-11 20:15:54 +01:00
- put back wmksize(), wmkrange() and wmkpoint() as functions instead of macros
- fixed some compilation warnings with -Wall - some code cleanup
This commit is contained in:
@@ -260,7 +260,6 @@ void
|
||||
WMDeleteIdleHandler(WMHandlerID handlerID)
|
||||
{
|
||||
IdleHandler *handler = (IdleHandler*)handlerID;
|
||||
int pos;
|
||||
|
||||
if (!handler || !idleHandler)
|
||||
return;
|
||||
@@ -295,7 +294,6 @@ void
|
||||
WMDeleteInputHandler(WMHandlerID handlerID)
|
||||
{
|
||||
InputHandler *handler = (InputHandler*)handlerID;
|
||||
int pos;
|
||||
|
||||
if (!handler || !inputHandler)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user