Searched refs:menuFromFrameOrWindowOrTitlebar (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/twm/dist/src/
H A Dmenus.h144 extern int menuFromFrameOrWindowOrTitlebar;
H A Dmenus.c88 int menuFromFrameOrWindowOrTitlebar = FALSE; variable in typeref:typename:int
477 if (!menuFromFrameOrWindowOrTitlebar) {
497 menuFromFrameOrWindowOrTitlebar = FALSE;
1073 menuFromFrameOrWindowOrTitlebar = TRUE;
1560 if (menuFromFrameOrWindowOrTitlebar) {
1568 long releaseEvent = menuFromFrameOrWindowOrTitlebar ?
1570 long movementMask = menuFromFrameOrWindowOrTitlebar ?
1593 if (!menuFromFrameOrWindowOrTitlebar && !MovedFromKeyPress) {
1626 if (!Scr->OpaqueMove && menuFromFrameOrWindowOrTitlebar)
1715 if (!menuFromFrameOrWindowOrTitlebar) {
[all...]
H A Devents.c300 if (menuFromFrameOrWindowOrTitlebar && Event.type == Expose)
303 if (!menuFromFrameOrWindowOrTitlebar && Event.type >= 0 &&
1733 if (!menuFromFrameOrWindowOrTitlebar) {
/xsrc/external/mit/ctwm/dist/
H A Dmenus.h123 extern bool menuFromFrameOrWindowOrTitlebar;
H A Dfunctions_win.c642 if(menuFromFrameOrWindowOrTitlebar) {
651 long releaseEvent = menuFromFrameOrWindowOrTitlebar ?
653 long movementMask = menuFromFrameOrWindowOrTitlebar ?
H A Dfunctions_win_moveresize.c323 if(menuFromFrameOrWindowOrTitlebar) {
338 const long releaseEvent = menuFromFrameOrWindowOrTitlebar ?
340 const long movementMask = menuFromFrameOrWindowOrTitlebar ?
364 if(!menuFromFrameOrWindowOrTitlebar) {
426 if(!Scr->OpaqueMove && menuFromFrameOrWindowOrTitlebar) {
435 if(menuFromFrameOrWindowOrTitlebar) {
626 if(!menuFromFrameOrWindowOrTitlebar) {
H A Devent_core.c365 if(menuFromFrameOrWindowOrTitlebar) {
H A Dmenus.c60 bool menuFromFrameOrWindowOrTitlebar = false; variable in typeref:typename:bool
498 if(!menuFromFrameOrWindowOrTitlebar) {
520 menuFromFrameOrWindowOrTitlebar = false;
1469 menuFromFrameOrWindowOrTitlebar = true;
H A Devent_handlers.c2642 if(!menuFromFrameOrWindowOrTitlebar) {

Completed in 17 milliseconds