freebsd-ports/x11-wm/waimea-devel/files/patch-src_Resources.cc
Alexey Dokuchaev dc8850369d Add waimea-devel, a highly customizable window manager with vector-based
style engine that takes advantage of display hardware acceleration.

Base on PR:	ports/74739
Submitted by:	flz
2005-03-03 13:58:44 +00:00

11 lines
287 B
C++

--- src/Resources.cc.orig Wed May 12 15:55:06 2004
+++ src/Resources.cc Thu Mar 3 19:21:58 2005
@@ -171,7 +171,7 @@
__render_thread_count = 0;
- if (value_str) {
+ if (value_str)
if (! strcasecmp("true", value_str))
__render_thread_count = 1;