Esempio n. 1
0
 void Update::cbSetBounds(rdpContext* context, rdpBounds* bounds) {
     Update *self = reinterpret_cast<wsgContext *>(context)->pUpdate;
     if (self) {
         self->SetBounds(context, bounds);
     }
 }