Cleanup: padding in windowmanager

This commit is contained in:
Nathan Craddock
2019-08-01 18:32:12 -06:00
parent 066a7173c0
commit cfaef2db30

View File

@@ -174,7 +174,7 @@ typedef struct wmWindowManager {
/** Indicates whether interface is locked for user interaction. */
char is_interface_locked;
char par[7];
char _pad[7];
struct wmMsgBus *message_bus;