HomeSort by: relevance | last modified time | path
    Searched refs:otp (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
otp.c 8 * $Id: otp.c,v 1.1.1.2 2023/07/05 07:36:07 nia Exp $
21 #include "otp.h"
234 assert(((owl->type == IconWin) && (owl == twm_win->icon->otp))
235 || ((owl->type == WinWin) && (owl == twm_win->otp)));
405 *owlp = wb->twmwin->otp;
634 * We start looking for transients of owl at the bottom of its OTP
765 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
779 OtpWinList *owl = (wintype == IconWin) ? twm_win->icon->otp : twm_win->otp;
    [all...]
icons.h 29 OtpWinList *otp; /* OnTopPriority info for the icon */ member in struct:Icon
twm_window_struct.h 38 /// OTP control info for stacking. Created in OtpAdd().
39 OtpWinList *otp; member in struct:TwmWindow
icons.c 33 #include "otp.h"
461 icon->otp = NULL;
  /xsrc/external/mit/ctwm/dist/cmake_files/
basic_vars.cmake 54 otp.c

Completed in 7 milliseconds