started to reduce globals, set signal handlers after everything used in them initialized
This commit is contained in:
@ -16,7 +16,8 @@ struct xevent {
|
||||
int value2; //y
|
||||
};
|
||||
|
||||
extern Display* display;
|
||||
|
||||
void sendevent( xevent e );
|
||||
void sendevent( Display* display, xevent e );
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user