diff options
author | Willy Sudiarto Raharjo <willysr@gmail.com> | 2012-09-20 07:36:34 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-19 20:26:51 -0500 |
commit | 6e99c96d477e7e19eedf658f1270868a0568d408 (patch) | |
tree | fcf3ffaa4f407fc6f8754d29d23e4d6239b9a321 /graphics/oyranos/qcmsevents.cpp.patch | |
parent | fc467c2bde0c9418d13778176b0e5dd0c2e04a18 (diff) |
graphics/oyranos: Updated for version 0.4.0.
This version also adds a new dependency on yajl.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'graphics/oyranos/qcmsevents.cpp.patch')
-rw-r--r-- | graphics/oyranos/qcmsevents.cpp.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/oyranos/qcmsevents.cpp.patch b/graphics/oyranos/qcmsevents.cpp.patch new file mode 100644 index 0000000000000..33a271b24bf9d --- /dev/null +++ b/graphics/oyranos/qcmsevents.cpp.patch @@ -0,0 +1,14 @@ +--- oyranos-0.4.0/examples/xcmsevents/qcmsevents.cpp 2012-05-02 21:58:50.309004915 +0200 ++++ oyranos-0.4.0/examples/xcmsevents/qcmsevents.cpp.new 2012-05-02 21:58:32.533739653 +0200 +@@ -118,8 +118,8 @@ + else if (XCME_MSG_DISPLAY_STATUS) + { + int i; +- if(strstr(text, "atom: \""XCM_COLOR_DESKTOP"\":")) +- sscanf( text, "atom: \""XCM_COLOR_DESKTOP"\": %d %d", &i, &pid ); ++ if(strstr(text, "atom: \"" XCM_COLOR_DESKTOP "\":")) ++ sscanf( text, "atom: \"" XCM_COLOR_DESKTOP "\": %d %d", &i, &pid ); + if(pid == 0) + { + colour.setHsvF( 0.6, 0.4, 0.9 ); + |