2ab5ea23e4
* Avoid a free on an uninitialized variable by setting optval to NULL. * Fix fparseln flags to remove escape characters in the result. * Fix issue where rapid window crossing events might get ignored. * Validate bound spawn programs after conf is loaded. * Fix move/resize to bail if the window gets destroyed. * Fix bar clock not getting updated during periods of inactivity. Ok aja@
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
$OpenBSD: patch-spectrwm_c,v 1.4 2012/12/04 16:39:54 gonzalo Exp $
|
|
--- spectrwm.c.orig Wed Nov 28 11:02:13 2012
|
|
+++ spectrwm.c Wed Nov 28 11:36:23 2012
|
|
@@ -261,7 +261,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;
|