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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1AsciiSrcP.h116 Boolean changes; /* Has this file been edited? */ member in struct:_AsciiSrcPart
H A DXaw3_1Paned.c634 XWindowChanges changes; local
636 changes.stack_mode = Above;
648 changes.x = pw->core.width - pw->paned.grip_indent -
650 changes.y = (*childP)->core.y + (*childP)->core.height -
662 changes.x = (*childP)->core.x + (*childP)->core.width -
665 changes.y = pw->core.height - pw->paned.grip_indent -
676 grip->core.x = changes.x;
677 grip->core.y = changes.y;
681 CWX | CWY | CWStackMode, &changes ); local
1405 /* The Geometry Manager only allows changes afte
[all...]
H A DXaw3_1AsciiSrc.c211 src->ascii_src.changes = FALSE;
280 src->ascii_src.changes = TRUE; /* We have changed the buffer. */
759 if (!src->ascii_src.changes) /* No changes to save. */
778 src->ascii_src.changes = FALSE;
815 return( ((AsciiSrcObject) w)->ascii_src.changes );
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DAsciiSrcP.h148 Boolean changes; /* Has this file been edited? */ member in struct:_AsciiSrcPart
H A DMultiSrcP.h173 Boolean changes; /* Has this file been edited? */ member in struct:_MultiSrcPart
H A DAsciiSrc.c225 src->ascii_src.changes = FALSE;
291 src->ascii_src.changes = TRUE; /* We have changed the buffer. */
802 if (!src->ascii_src.changes) /* No changes to save. */
821 src->ascii_src.changes = FALSE;
877 return( ( (MultiSrcObject) w )->multi_src.changes );
880 return( ( (AsciiSrcObject) w)->ascii_src.changes );
H A DPaned.c661 XWindowChanges changes; local
663 changes.stack_mode = Above;
675 changes.x = pw->core.width - pw->paned.grip_indent -
677 changes.y = (*childP)->core.y + (*childP)->core.height -
689 changes.x = (*childP)->core.x + (*childP)->core.width -
692 changes.y = pw->core.height - pw->paned.grip_indent -
703 grip->core.x = changes.x;
704 grip->core.y = changes.y;
708 CWX | CWY | CWStackMode, &changes ); local
1433 /* The Geometry Manager only allows changes afte
[all...]
H A DMultiSrc.c234 src->multi_src.changes = FALSE;
438 src->multi_src.changes = TRUE;
887 if (!src->multi_src.changes) /* No changes to save. */
898 src->multi_src.changes = FALSE;
931 src->multi_src.changes = FALSE;
/solaris-x11-s11/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c166 changes_t changes; member in struct:_output
896 if (!(output->changes & changes_relation)) continue;
906 output->changes |= changes_position;
913 if ((relation->changes & changes_relation) &&
914 !(relation->changes & changes_position))
941 output->changes |= changes_position;
942 relation->changes |= changes_position;
976 output->changes |= changes_position;
1695 con_outputs[1].output->changes = changes_relation;
1696 con_outputs[0].output->changes
[all...]

Completed in 35 milliseconds