HomeSort by: relevance | last modified time | path
    Searched refs:window_hash (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
xprFrame.c 65 static x_hash_table *window_hash; variable
189 if (window_hash == NULL)
191 window_hash = x_hash_table_new(NULL, NULL, NULL, NULL);
196 x_hash_table_insert(window_hash, pFrame->wid, pFrame);
215 x_hash_table_remove(window_hash, wid);
286 if(window_hash) {
287 RootlessWindowRec *winRec = x_hash_table_lookup(window_hash, wid, NULL);
503 if (window_hash == NULL)
506 winRec = x_hash_table_lookup(window_hash, x_cvt_uint_to_vptr(wid), NULL);
523 if (window_hash == NULL
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
xprFrame.c 62 static x_hash_table * window_hash; variable
64 /* Need to guard window_hash since xprIsX11Window can be called from any thread. */
201 x_hash_table_insert(window_hash, pFrame->wid, pFrame);
218 x_hash_table_remove(window_hash, wid);
288 winRec = x_hash_table_lookup(window_hash, wid, NULL);
479 assert((window_hash = x_hash_table_new(NULL, NULL, NULL, NULL)));
497 x_hash_table_lookup(window_hash,

Completed in 34 milliseconds