Esempio n. 1
0
 void Update::cbSuppressOutput(rdpContext* context, UINT8 allow, RECTANGLE_16* area) {
     Update *self = reinterpret_cast<wsgContext *>(context)->pUpdate;
     if (self) {
         self->SuppressOutput(context, allow, area);
     }
 }