spectrwm/lib
Reginald Kennedy c7532ca6f4 Fix parse_rgb() 8-bit to 16-bit color conversion
For example, 0xff should convert to 0xffff, not 0xff00.

Fix bar_setup to properly convert the color pixel value to XRenderColor.

Rename swm_screen.c[].color to swm_screen.c[].pixel.

Add new get_ws_idx function.

Use 1 and 0 instead of the Xlib macros 'True' and 'False'.

Fix print_win_geom to not crash when the supplied window is invalid.

Fix windows disappearing on restart.
For now, go back to setting the state iconic in unmap_window.

Add '(void)var;' in functions where var is required but unused.
When using the -Wextra compiler flag, the warning for those variables is
suppressed thereby making it easier to spot warnings that could use our
attention.

Fix type conversion warning in swm_hack.c

Use global atoms where applicable.
2012-07-21 06:00:02 +08:00
..
Makefile remove ggdb3 2012-06-23 10:00:47 -05:00
shlib_version Add support for passing variables up to X11 via window properties; done by 2009-01-24 17:57:26 +00:00
swm_hack.c Fix parse_rgb() 8-bit to 16-bit color conversion 2012-07-21 06:00:02 +08:00