Home
last modified time | relevance | path

Searched refs:own_primary (Results 1 – 3 of 3) sorted by relevance

/external/libvncserver/x11vnc/
Dselection.h40 extern int own_primary;
Dxevents.c1482 ! own_primary) { in check_xevents()
1494 } else if (own_primary) { in check_xevents()
1511 own = own_primary; in check_xevents()
1529 if (own_primary || own_clipboard) { in check_xevents()
1535 if (own_primary && xev.type == SelectionRequest && in check_xevents()
1547 if (own_primary && xev.type == SelectionClear && in check_xevents()
1549 own_primary = 0; in check_xevents()
1790 if (set_primary && ! own_primary && selwin != None) { in xcut_receive()
1791 own_primary = 1; in xcut_receive()
Dselection.c46 int own_primary = 0; /* whether we currently own PRIMARY or not */ variable