This commit is contained in:
George Rodrigues
2022-06-01 04:49:05 -03:00
committed by GitHub
parent 612a9317b0
commit 6ab64aa5b7
28 changed files with 31 additions and 31 deletions

View File

@ -43,9 +43,9 @@ void init_ctx(void *connptr) {
* | C |
* +-------+
*
* - Zone A is completly opaque.
* - Zone A is completely opaque.
* - Zone B is clickable through (input shape).
* - Zone C is completly transparent (bounding shape).
* - Zone C is completely transparent (bounding shape).
*/
void set_shape(long window_id) {
xcb_rectangle_t bounding_rectangle = { 0, 0, 100, 50 };