mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-08-19 04:45:56 +02:00
Initial support for intensity-tinted alpha watermark
This commit is contained in:
@@ -239,3 +239,8 @@ void rfb::Region::debug_print(const char* prefix) const
|
||||
xrgn->rects[i].y2-xrgn->rects[i].y1);
|
||||
}
|
||||
}
|
||||
|
||||
bool rfb::Region::contains(int x, int y) const
|
||||
{
|
||||
return XPointInRegion(xrgn, x, y);
|
||||
}
|
||||
|
Reference in New Issue
Block a user