Searched refs:ticker_atom (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/x11vnc/ |
D | xevents.c | 763 Atom ticker_atom = None; in grab_buster_watch() 809 ticker_atom = XInternAtom(dpy, ticker_str, False); in grab_buster_watch() 810 if (! ticker_atom) { in grab_buster_watch() 827 get_prop(propval, 128, ticker_atom, None); in grab_buster_watch() 880 static Atom ticker_atom = None; in sync_tod_with_servertime() 902 if (! ticker_atom) { in sync_tod_with_servertime() 907 ticker_atom = XInternAtom(dpy, ticker_str, False); in sync_tod_with_servertime() 909 if (! ticker_atom) { in sync_tod_with_servertime() 920 XChangeProperty(dpy, rootwin, ticker_atom, XA_STRING, 8, in sync_tod_with_servertime() 929 if (xev.xproperty.atom == ticker_atom) { in sync_tod_with_servertime()
|
D | appshare.c | 260 static Atom ticker_atom = None; variable 572 ticker_atom = XInternAtom(dpy, ticker_atom_str, False); in be_helper_pid() 577 XChangeProperty(dpy, DefaultRootWindow(dpy), ticker_atom, XA_STRING, 8, in be_helper_pid() 2044 ticker_atom = XInternAtom(dpy, ticker_atom_str, False); in appshare_main()
|