Thanks. Oddly not in the C++ standard: http://stackoverflow.com/questions/18731707/why-does-c11-not...
I don't use C for a couple of years and I see this: void (handler[LASTEvent]) (XEvent ) = { [ButtonPress] = buttonpress, [ConfigureRequest] = configurerequest, [DestroyNotify] = destroynotify, [EnterNotify] =…
Thanks. Oddly not in the C++ standard: http://stackoverflow.com/questions/18731707/why-does-c11-not...
I don't use C for a couple of years and I see this: void (handler[LASTEvent]) (XEvent ) = { [ButtonPress] = buttonpress, [ConfigureRequest] = configurerequest, [DestroyNotify] = destroynotify, [EnterNotify] =…