Searched refs:PBaseSize (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DSetNrmHint.c73 PResizeInc|PAspect|PBaseSize|PWinGravity));
106 if (hints->flags & PBaseSize) {
H A DWMGeom.c81 base_width = ((hints->flags & PBaseSize) ? hints->base_width :
83 base_height = ((hints->flags & PBaseSize) ? hints->base_height :
H A DGetNrmHint.c112 *supplied |= (PBaseSize | PWinGravity);
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowclass.h107 #define PBaseSize (1L << 8) /* program specified base for incrementing */ macro
H A Dwinmultiwindowwndproc.c80 else if (hints.flags & PBaseSize) {
87 if (hints.flags & PBaseSize) {
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowclass.h85 #define PBaseSize (1L << 8) /* program specified base for incrementing */ macro
H A Dwinmultiwindowwndproc.c78 else if (hints.flags & PBaseSize)
86 if (hints.flags & PBaseSize)
H A Dwinwin32rootlesswndproc.c86 else if (hints.flags & PBaseSize)
94 if (hints.flags & PBaseSize)
/xsrc/external/mit/twm/dist/src/
H A Dresize.c493 * ICCCM says that PMinSize is the default is no PBaseSize is given,
496 if (tmp_win->hints.flags & (PMinSize | PBaseSize) &&
498 if (tmp_win->hints.flags & PBaseSize) {
621 else if (tmp_win->hints.flags & PBaseSize) {
628 if (tmp_win->hints.flags & PBaseSize) {
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c591 * ICCCM says that PMinSize is the default is no PBaseSize is given,
594 if(tmp_win->hints.flags & (PMinSize | PBaseSize)
596 if(tmp_win->hints.flags & PBaseSize) {
744 else if(tmp_win->hints.flags & PBaseSize) {
752 if(tmp_win->hints.flags & PBaseSize) {
H A Doccupation.c780 sizehints.flags = PBaseSize | PMinSize | PMaxSize;
H A Dworkspace_manager.c469 sizehints.flags = USPosition | PBaseSize | PMinSize | PResizeInc
/xsrc/external/mit/libX11/dist/include/X11/
H A DXutil.h111 #define PBaseSize (1L << 8) /* program specified base for incrementing */ macro
/xsrc/external/mit/libXt/dist/src/
H A DShell.c896 if (flags & PBaseSize) {
1415 if (sizep->flags & PBaseSize
1418 sizep->flags |= PBaseSize;
1810 if (wm->size_hints.flags & PBaseSize) {
/xsrc/external/mit/xterm/dist/
H A Dtrace.c1060 if (hints->flags & PBaseSize) {
/xsrc/local/programs/x11-ssh-askpass/
H A Dx11-ssh-askpass.c784 d->sizeHints->flags |= PBaseSize;

Completed in 25 milliseconds