Code style: fix misaligned and trailing whitespaces
This commit is contained in:
@ -145,9 +145,9 @@ void ipc_send_barconfig_update_event(Barconfig *barconfig);
|
||||
void ipc_send_binding_event(const char *event_type, Binding *bind);
|
||||
|
||||
/**
|
||||
* Set the maximum duration that we allow for a connection with an unwriteable
|
||||
* socket.
|
||||
*/
|
||||
* Set the maximum duration that we allow for a connection with an unwriteable
|
||||
* socket.
|
||||
*/
|
||||
void ipc_set_kill_timeout(ev_tstamp new);
|
||||
|
||||
/**
|
||||
|
@ -49,8 +49,8 @@
|
||||
#define ROOT_EVENT_MASK (XCB_EVENT_MASK_SUBSTRUCTURE_REDIRECT | \
|
||||
XCB_EVENT_MASK_BUTTON_PRESS | \
|
||||
XCB_EVENT_MASK_STRUCTURE_NOTIFY | /* when the user adds a screen (e.g. video \
|
||||
projector), the root window gets a \
|
||||
ConfigureNotify */ \
|
||||
* projector), the root window gets a \
|
||||
* ConfigureNotify */ \
|
||||
XCB_EVENT_MASK_POINTER_MOTION | \
|
||||
XCB_EVENT_MASK_PROPERTY_CHANGE | \
|
||||
XCB_EVENT_MASK_FOCUS_CHANGE | \
|
||||
|
Reference in New Issue
Block a user