Home | History | Annotate | Download | only in dmx

Lines Matching defs:other

22  * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
24 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
179 * Otherwise, returns a pointer to the dmxScreen of the other windows on
303 * as some other DMX backend (output) screen. Modifies the property
308 * for all DMX windows (on this DMX server or some other DMX server).
321 DMXScreenInfo *other;
330 if ((other = dmxPropertyCheckOtherWindows(dmxScreen, atom))) {
332 dmxScreen->next = (other->next ? other->next : other);
333 other->next = (tmp ? tmp : dmxScreen);
336 other->index, other->name, other->scrnWin);