Lines Matching refs:display
36 self->display = NULL;
65 * with display and drawable */
117 this_target->display = this_src->display;
150 // TODO: if in the copy method we just copy the pointer of display, the comparison
153 if (this_first->display == this_second->display && this_first->drawable
174 MIX_RESULT mix_displayx11_set_display(MixDisplayX11 * obj, Display * display) {
178 obj->display = display;
182 MIX_RESULT mix_displayx11_get_display(MixDisplayX11 * obj, Display ** display) {
183 MIX_DISPLAYX11_GETTER_CHECK_INPUT (obj, display);
186 *display = obj->display;