Home
last modified time | relevance | path

Searched refs:fullscreenMonitorRect (Results 1 – 2 of 2) sorted by relevance

/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dwindow.c1383 w->fullscreenMonitorRect.x = fsBox.x1; in setWindowFullscreenMonitors()
1384 w->fullscreenMonitorRect.y = fsBox.y1; in setWindowFullscreenMonitors()
1385 w->fullscreenMonitorRect.width = fsBox.x2 - fsBox.x1; in setWindowFullscreenMonitors()
1386 w->fullscreenMonitorRect.height = fsBox.y2 - fsBox.y1; in setWindowFullscreenMonitors()
3763 xwc->x = x + w->fullscreenMonitorRect.x; in addWindowSizeChanges()
3764 xwc->y = y + w->fullscreenMonitorRect.y; in addWindowSizeChanges()
3765 xwc->width = w->fullscreenMonitorRect.width; in addWindowSizeChanges()
3766 xwc->height = w->fullscreenMonitorRect.height; in addWindowSizeChanges()
/dports/x11-wm/compiz/compiz-0.8.8/include/
H A Dcompiz-core.h2643 XRectangle fullscreenMonitorRect; member