fix build with _TIME_BITS=64 The startup-notification API takes a long * where it ought to have always taken a time_t *. As a consequence, changing the size of time_t makes callers fail to build. Work around this by safely casting to a long. This will continue to work on 32-bit systems until 2038, by which time all the 32-bit systems will be dead or no longer running GUIs or at least not using libstartup-notification0.
Various default settings. Changes in various defaults. . * Change default colors for faces in cube plugin. * Use "Smart" placement mode (2) by default for placement plugin. * Enable snapping of windows by default in wobbly plugin.