#pragma once #include "../defines.hpp" // NOLINTNEXTLINE(readability-identifier-naming) namespace Events { // Window events DYNLISTENFUNC(commitWindow); DYNLISTENFUNC(mapWindow); DYNLISTENFUNC(unmapWindow); DYNLISTENFUNC(destroyWindow); DYNLISTENFUNC(setTitleWindow); DYNLISTENFUNC(fullscreenWindow); DYNLISTENFUNC(activateX11); DYNLISTENFUNC(configureX11); DYNLISTENFUNC(unmanagedSetGeometry); DYNLISTENFUNC(requestMove); DYNLISTENFUNC(requestResize); DYNLISTENFUNC(requestMinimize); DYNLISTENFUNC(requestMaximize); DYNLISTENFUNC(setOverrideRedirect); DYNLISTENFUNC(ackConfigure); };