Subversion Repositories Kolibri OS

Rev

Rev 817 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 817 Rev 818
Line 175... Line 175...
175
        if(io->inp_size==6)
175
        if(io->inp_size==6)
176
          return LockPixmap((userpixmap_t*)inp);
176
          return LockPixmap((userpixmap_t*)inp);
177
        break;
177
        break;
178
 
178
 
Line -... Line 179...
-
 
179
      case PIXUNLOCK:
-
 
180
        if(io->inp_size==6)
-
 
181
          return UnlockPixmap((userpixmap_t*)inp);
-
 
182
        break;
-
 
183
 
179
    default:
184
    default:
180
      return ERR_PARAM;
185
      return ERR_PARAM;
181
  };
186
  };
182
  return ERR_PARAM;
187
  return ERR_PARAM;
183
}
188
}