Searched refs:xconfigure (Results 1 – 2 of 2) sorted by relevance
539 if (xEvent.xconfigure.width != mWidth || xEvent.xconfigure.height != mHeight) in processEvent()543 event.size.width = xEvent.xconfigure.width; in processEvent()544 event.size.height = xEvent.xconfigure.height; in processEvent()547 if (xEvent.xconfigure.x != mX || xEvent.xconfigure.y != mY) in processEvent()
999 XConfigureEvent xconfigure; member