HomeSort by relevance Sort by last modified time
    Searched defs:xtdisplay (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 80 Display *xtdisplay; member in struct:_XtClient
93 Display *xtdisplay; /* Xt Toolkit Display */ member in struct:_GtkXtBin
gtk2xtbin.c 120 static Display *xtdisplay = NULL; variable
136 mask = XPending(xtdisplay);
149 mask = XPending(xtdisplay);
166 ac = XtDisplayToApplicationContext(xtdisplay);
175 for (i=0; i < XTBIN_MAX_EVENTS && XPending(xtdisplay); i++) {
264 xtbin->xtdisplay = NULL;
364 if (!xtbin->xtclient.xtdisplay) {
393 cnumber = XConnectionNumber(xtdisplay);
395 cnumber = ConnectionNumber(xtdisplay);
408 xtdisplay);
    [all...]

Completed in 530 milliseconds