IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33956


Ignore:
Timestamp:
May 29, 2012, 5:20:07 PM (14 years ago)
Author:
eugene
Message:

cleanup comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/src/bDrawFuncs.c

    r33779 r33956  
    7777
    7878void bDrawSetStyle (bDrawBuffer *buffer, bDrawColor color, int lw, int lt) {
    79   //  if (color >= 0) {
    80     buffer->bColor = color;
    81     buffer->bColor_R = buffer->palette[color].red;
    82     buffer->bColor_G = buffer->palette[color].green;
    83     buffer->bColor_B = buffer->palette[color].blue;
    84     //}
     79  buffer->bColor = color;
     80  buffer->bColor_R = buffer->palette[color].red;
     81  buffer->bColor_G = buffer->palette[color].green;
     82  buffer->bColor_B = buffer->palette[color].blue;
     83
    8584  buffer->bWeight = lw;
    8685  buffer->bType = lt;
Note: See TracChangeset for help on using the changeset viewer.