10 lines
189 B
C
10 lines
189 B
C
#ifndef ASWM_CREATE
|
|
#define ASWM_CREATE
|
|
|
|
#include "create.h"
|
|
#include <stdio.h>
|
|
|
|
void OnCreateNotify(const XCreateWindowEvent* e) {
|
|
printf("XCreateWindowEvent %lu\n", e->window);
|
|
}
|
|
#endif
|