Searched refs:update_action (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXext/dist/include/X11/extensions/
H A Dmultibuf.h65 int update_action; /* Undefined, Background, Untouched, Copied */ member in struct:__anond32e1c810308
125 int /* update_action */,
/xsrc/external/mit/ico/dist/
H A Dico.c226 static int update_action = MultibufferUpdateActionBackground; variable in typeref:typename:int
966 if (XmbufCreateBuffers (dpy, closure->draw_window, 2, update_action,
1210 update_action = MultibufferUpdateActionCopied;
1215 update_action = MultibufferUpdateActionUntouched;
1220 update_action = MultibufferUpdateActionUndefined;
/xsrc/external/mit/libXext/dist/src/
H A DXMultibuf.c289 * Requests that "count" buffers be created with the given update_action
298 int update_action, int update_hint,
313 req->updateAction = update_action;
419 attr->update_action = rep.updateAction;
294 XmbufCreateBuffers(Display * dpy,Window w,int count,int update_action,int update_hint,Multibuffer * buffers) argument

Completed in 5 milliseconds