Searched refs:set_xdamage_mark (Results 1 - 4 of 4) sorted by relevance
/external/libvncserver/x11vnc/ |
H A D | userinput.h | 61 extern void set_xdamage_mark(int x, int y, int w, int h);
|
H A D | keyboard.c | 3196 rfbLog("3*Super_L, calling: set_xdamage_mark()\n"); 3197 set_xdamage_mark(0, 0, dpy_x, dpy_y);
|
H A D | userinput.c | 85 void set_xdamage_mark(int x, int y, int w, int h); 2443 void set_xdamage_mark(int x, int y, int w, int h) { function 2684 set_xdamage_mark(last_wx, last_wy, last_ww, last_wh); 2999 set_xdamage_mark(last_wx, last_wy, last_ww, last_wh);
|
H A D | screen.c | 4258 set_xdamage_mark(0, 0, dpy_x, dpy_y);
|
Completed in 145 milliseconds