uncommented creatnotify ff957d1e
Anselm R. Garbe · 2007-06-04 14:38 1 file(s) · +1 −1
event.c +1 −1
363 363
	[ButtonPress] = buttonpress,
364 364
	[ConfigureRequest] = configurerequest,
365 365
	[ConfigureNotify] = configurenotify,
366 -
	[CreateNotify] = createnotify,
366 +
/*	[CreateNotify] = createnotify, */
367 367
	[DestroyNotify] = destroynotify,
368 368
	[EnterNotify] = enternotify,
369 369
	[LeaveNotify] = leavenotify,