Home
last modified time | relevance | path

Searched refs:TRAYICON (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinprefsyacc.h82 TRAYICON = 283, /* TRAYICON */ enumerator
118 #define TRAYICON 283 macro
H A Dwinprefslex.l90 TRAYICON { return TRAYICON; }
H A Dwinprefsyacc.y121 %token TRAYICON
160 trayicon: TRAYICON STRING NEWLINE { SetTrayIcon($2); free($2); }
H A Dsystem.XWinrc63 # TRAYICON <name-of-windows-ico-file-in-icondirectory>
H A Dwinprefsyacc.c228 TRAYICON = 283, /* TRAYICON */ enumerator
264 #define TRAYICON 283 macro
H A Dwinprefslex.c1108 { return TRAYICON; }