#ifndef ASWM_CREATE #define ASWM_CREATE #include "create.h" #include void OnCreateNotify(const XCreateWindowEvent* e) { printf("XCreateWindowEvent %lu\n", e->window); } #endif