openbsd-ports/x11/spectrwm/patches/patch-spectrwm_c
gonzalo f65098938c Update for Spectrwm to 2.0.2:
* complete rewrite using xcb
* 100% backwards compatible
* way more responsive and snappy
* Tons of warts fixed
* cygwin works again
* xft fonts
* Added support for Xcursor.
* Fixed several fullscreen layout issues.
* Improved focus handling so related windows are raised when
  appropriate.
* Fixed several focus issues.
* Fixed several issues that could cause segfaults.
* Fixed startup issue where certain windows might not get managed.
* Fixed delay when moving/resizing windows via keyboard.
* Fix scan_xrandr to fallback when a scan results in no new regions.
* Add tilde ~ expansion to autorun command in the config.

Tested on amd64 and zaurus.

Ok kili@ portswise (i didn't test it)
2012-09-05 20:33:43 +00:00

13 lines
380 B
Plaintext

$OpenBSD: patch-spectrwm_c,v 1.3 2012/09/05 20:33:43 gonzalo Exp $
--- spectrwm.c.orig Mon Aug 27 13:13:11 2012
+++ spectrwm.c Wed Sep 5 08:56:28 2012
@@ -260,7 +260,7 @@ u_int32_t swm_debug = 0
#define SWM_CONF_KEYMAPPING (1)
#ifndef SWM_LIB
-#define SWM_LIB "/usr/local/lib/libswmhack.so"
+#define SWM_LIB "${PREFIX}/lib/libswmhack.so"
#endif
char **start_argv;