HomeSort by: relevance | last modified time | path
    Searched defs:Icon (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
icons.h 2 * Icon releated definitions
17 /* Where did the Image for the Icon come from? */
26 struct Icon {
28 Window w; /* the icon window */
29 OtpWinList *otp; /* OnTopPriority info for the icon */
30 Window bm_w; /* the icon bitmap window */
31 Image *image; /* image icon structure */
32 int x; /* icon text x coordinate */
33 int y; /* icon text y coordiante */
34 int w_x; /* x coor of the icon window !!untested!! *
    [all...]
types.h 9 typedef struct Icon Icon;

Completed in 4 milliseconds