Esempio n. 1
0
 void Update::cbBitmapUpdate(rdpContext* context, BITMAP_UPDATE* bitmap) {
     Update *self = reinterpret_cast<wsgContext *>(context)->pUpdate;
     if (self) {
         self->BitmapUpdate(context, bitmap);
     }
 }