Changeset 33952
- Timestamp:
- May 29, 2012, 5:14:51 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120405/Ohana/src
- Files:
-
- 4 edited
-
libkapa/src/bDrawFuncs.c (modified) (1 diff)
-
libohana/include/ohana.h (modified) (2 diffs)
-
libohana/src/rconnect.c (modified) (1 diff)
-
opihi/cmd.astro (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/Ohana/src/libkapa/src/bDrawFuncs.c
r33650 r33952 77 77 78 78 void bDrawSetStyle (bDrawBuffer *buffer, bDrawColor color, int lw, int lt) { 79 if (color >= 0) {79 // if (color >= 0) { 80 80 buffer->bColor = color; 81 81 buffer->bColor_R = buffer->palette[color].red; 82 82 buffer->bColor_G = buffer->palette[color].green; 83 83 buffer->bColor_B = buffer->palette[color].blue; 84 }84 //} 85 85 buffer->bWeight = lw; 86 86 buffer->bType = lt; -
branches/eam_branches/ipp-20120405/Ohana/src/libohana/include/ohana.h
r33646 r33952 128 128 # endif 129 129 130 # if defined(darwin_x86) || defined(_DARWIN_C_SOURCE) 130 # if defined(darwin_x86) || defined(_DARWIN_C_SOURCE) || defined(__APPLE__) 131 131 # define BYTE_SWAP 132 132 # endif … … 164 164 // # endif 165 165 # ifdef darwin_x86 166 # define OFF_T_FMT "%lld" 167 # endif 168 // for mac os x 10.7 (lion): they don't use darwin, and i want to make sure it grabs for 10.7 and 64 bit (are they all 64 bit?) 169 # if defined(__APPLE__) && defined(x86_64) 166 170 # define OFF_T_FMT "%lld" 167 171 # endif -
branches/eam_branches/ipp-20120405/Ohana/src/libohana/src/rconnect.c
r33893 r33952 2 2 # include <sys/types.h> 3 3 # include <sys/wait.h> 4 # include <signal.h> //man page says include this for kill 4 5 5 6 # define DEBUG 1 -
branches/eam_branches/ipp-20120405/Ohana/src/opihi/cmd.astro
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
