Searched refs:nprop (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11modes.c | 303 int nprop; in SetXRandRDisplayName() local 304 Atom *props = X11_XRRListOutputProperties(dpy, output, &nprop); in SetXRandRDisplayName() 307 for (i = 0; i < nprop; ++i) { in SetXRandRDisplayName()
|
A D | SDL_x11sym.h | 303 …tom*,XRRListOutputProperties,(Display *dpy, RROutput output, int *nprop),(dpy,output,nprop),return)
|
Completed in 5 milliseconds