123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542 |
- /*
- * CDE - Common Desktop Environment
- *
- * Copyright (c) 1993-2012, The Open Group. All rights reserved.
- *
- * These libraries and programs are free software; you can
- * redistribute them and/or modify them under the terms of the GNU
- * Lesser General Public License as published by the Free Software
- * Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * These libraries and programs are distributed in the hope that
- * they will be useful, but WITHOUT ANY WARRANTY; without even the
- * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- * PURPOSE. See the GNU Lesser General Public License for more
- * details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with these libraries and programs; if not, write
- * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
- * Floor, Boston, MA 02110-1301 USA
- */
- /*
- * (c) Copyright 1989, 1990, 1991, 1992, 1993 OPEN SOFTWARE FOUNDATION, INC.
- * ALL RIGHTS RESERVED
- */
- /*
- * Motif Release 1.2.3
- */
- /*
- * (c) Copyright 1987, 1988, 1989, 1990 HEWLETT-PACKARD COMPANY */
- /*
- * Included Files:
- */
- #include "WmGlobal.h"
- #include "WmCDInfo.h"
- /*************************************<->*************************************
- *
- * unsigned int TitleTextHeight (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the height of the title text plus padding
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * TitleTextHeight - Height of title text plus padding
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- unsigned int TitleTextHeight (ClientData *pcd)
- {
- unsigned int ttextheight;
- if (DECOUPLE_TITLE_APPEARANCE(pcd))
- {
- ttextheight = CLIENT_TITLE_APPEARANCE(pcd).titleHeight;
- }
- else
- {
- ttextheight = CLIENT_APPEARANCE(pcd).titleHeight;
- }
- return (ttextheight);
- }
- /*************************************<->*************************************
- *
- * unsigned int InitTitleBarHeight (pcd)
- *
- *
- * Description:
- * -----------
- * Used to initialize pCD->frameInfo.titleBarHeight which is used by the new
- * macro TitleBarHeight(). Returns the height of the title bar.
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * InitTitleBarHeight - height of title bar, 0 if no title bar.
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- unsigned int InitTitleBarHeight (ClientData *pcd)
- {
- unsigned int tbarheight;
- if (pcd->decor & MWM_DECOR_TITLE)
- {
- tbarheight = TitleTextHeight(pcd);
- }
- else
- {
- tbarheight = 0;
- }
- return (tbarheight);
- }
- /*************************************<->*************************************
- *
- * unsigned int UpperBorderWidth (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the width of the upper frame border
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * UpperBorderWidth - width of the upper frame border
- *
- * Comments:
- * --------
- * The upper border width is thinner if there is a title bar. The
- * title bar appears to sit across some of the inside beveling to
- * make the frame look more integrated.
- *
- *************************************<->***********************************/
- unsigned int UpperBorderWidth (ClientData *pcd)
- {
- unsigned int uswidth;
- unsigned int decoration = pcd->decor;
- if (decoration & MWM_DECOR_RESIZEH)
- {
- uswidth = RESIZE_BORDER_WIDTH(pcd);
- }
- else if (decoration & MWM_DECOR_BORDER)
- {
- uswidth = FRAME_BORDER_WIDTH(pcd);
- if((pcd->clientFlags & FRONT_PANEL_BOX) &&
- (uswidth > 0))
- {
- uswidth -= 1;
- }
- }
- else if ((decoration & MWM_DECOR_TITLE) ||
- (pcd->matteWidth > 0))
- {
- uswidth = 0;
- }
- else
- {
- uswidth = pcd->xBorderWidth;
- }
- return (uswidth);
- }
- /*************************************<->*************************************
- *
- * unsigned int LowerBorderWidth (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the width of the lower frame border
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * LowerBorderWidth - width of the lower frame border
- *
- * Comments:
- * --------
- * The upper border width is thinner than the lower border if there
- * is a title bar. The title bar appears to sit across some of the
- * inside beveling to make the frame look more integrated.
- *
- *************************************<->***********************************/
- unsigned int LowerBorderWidth (ClientData *pcd)
- {
- unsigned int lswidth;
- unsigned int decoration = pcd->decor;
- if (decoration & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER))
- {
- if ((pcd->matteWidth == 0) && (decoration & MWM_DECOR_TITLE) &&
- (wmGD.frameStyle == WmRECESSED))
- lswidth = UpperBorderWidth (pcd) +
- (pcd->internalBevel - JOIN_BEVEL(pcd));
- else
- lswidth = UpperBorderWidth (pcd);
- }
- else if (pcd->matteWidth > 0)
- {
- lswidth = 0;
- }
- else
- {
- lswidth = pcd->xBorderWidth;
- }
- return (lswidth);
- }
- /*************************************<->*************************************
- *
- * unsigned int FrameWidth (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the width of the frame
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * FrameWidth - width of frame
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- unsigned int FrameWidth (ClientData *pcd)
- {
- unsigned int frameWidth;
- frameWidth = ((pcd->maxConfig) ? pcd->maxWidth : pcd->clientWidth) +
- 2*pcd->matteWidth + 2*LowerBorderWidth (pcd);
- return (frameWidth);
- }
- /*************************************<->*************************************
- *
- * unsigned int CornerWidth (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the width of the corner frame resize handle
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * CornerWidth - width of the corner resize handle
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- unsigned int CornerWidth (ClientData *pcd)
- {
- unsigned int cwidth;
- unsigned int frameWidth = FrameWidth (pcd);
- /* adjust for resize border (default border if no resize wanted) */
- if (pcd->decor & MWM_DECOR_RESIZEH)
- {
- /* corner size is driven by title bar height */
- cwidth = TitleTextHeight(pcd) + UpperBorderWidth (pcd);
- /* scale down corners to make resize pieces proportional */
- if (3*cwidth > frameWidth) cwidth = frameWidth / 3;
- }
- else {
- /* no resizing functions */
- cwidth = 0;
- }
- return (cwidth);
- }
- /*************************************<->*************************************
- *
- * unsigned int FrameHeight (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the height of the frame
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * FrameHeight - position of frame
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- unsigned int FrameHeight (ClientData *pcd)
- {
- unsigned int frameHeight;
- if (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER))
- {
- frameHeight = ((pcd->maxConfig) ?
- pcd->maxHeight : pcd->clientHeight) +
- 2*pcd->matteWidth + LowerBorderWidth (pcd) +
- UpperBorderWidth (pcd) + TitleBarHeight(pcd);
- }
- else
- {
- frameHeight = ((pcd->maxConfig) ?
- pcd->maxHeight : pcd->clientHeight) +
- 2*pcd->matteWidth + 2*LowerBorderWidth (pcd) +
- TitleBarHeight(pcd);
- }
- return (frameHeight);
- }
- /*************************************<->*************************************
- *
- * unsigned int CornerHeight (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the height of the corner frame resize handle
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * CornerHeight - Height of the corner resize handle
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- unsigned int CornerHeight (ClientData *pcd)
- {
- unsigned int cheight;
- unsigned int frameHeight = FrameHeight (pcd);
- /* adjust for resize border (default border if no resize wanted) */
- if (pcd->decor & MWM_DECOR_RESIZEH)
- {
- /* corner size is driven by title bar height */
- cheight = TitleTextHeight(pcd) + UpperBorderWidth (pcd);
- /* scale down corners to make resize pieces proportional */
- if (3*cheight > frameHeight) cheight = frameHeight / 3;
- }
- else {
- /* produce default border with no resizing functions */
- cheight = 0;
- }
- return (cheight);
- }
- /*************************************<->*************************************
- *
- * int BaseWindowX (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the X coord of the base window in the frame
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * BaseWindowX
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- int BaseWindowX (ClientData *pcd)
- {
- int rval;
- if (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER))
- rval = LowerBorderWidth(pcd);
- else
- rval = 0;
-
- return (rval);
- }
- /*************************************<->*************************************
- *
- * int BaseWindowY (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the Y coord of the base window in the frame
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * BaseWindowY
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- int BaseWindowY (ClientData *pcd)
- {
- int rval;
- if (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER))
- rval = UpperBorderWidth (pcd) + TitleBarHeight(pcd);
- else
- rval = TitleBarHeight(pcd);
-
- return (rval);
- }
- /*************************************<->*************************************
- *
- * int FrameX (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the X-coordinate of the frame for the window
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * FrameX - X position of frame
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- int FrameX (ClientData *pcd)
- {
- int frameX;
- frameX = ((pcd->maxConfig) ? pcd->maxX : pcd->clientX)
- - LowerBorderWidth (pcd) - pcd->matteWidth;
- return (frameX);
- }
- /*************************************<->*************************************
- *
- * int FrameY (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the Y-coordinate of the frame for the window
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * FrameY - Y position of frame
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- int FrameY (ClientData *pcd)
- {
- int frameY;
- frameY = ((pcd->maxConfig) ? pcd->maxY : pcd->clientY)
- - UpperBorderWidth (pcd)
- - TitleBarHeight (pcd) - pcd->matteWidth;
- if ((pcd->decor & MWM_DECOR_TITLE) &&
- !(pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER)) &&
- !(pcd->matteWidth))
- {
- frameY -= pcd->xBorderWidth;
- }
- return (frameY);
- }
- /*************************************<->*************************************
- *
- * unsigned int BaseWindowWidth (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the width of the base window
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * BaseWindowWidth
- *
- * Comments:
- * --------
- * o Based on code taken out of FrameWidth to make it a little
- * more efficient.
- *
- *************************************<->***********************************/
- unsigned int BaseWindowWidth (ClientData *pcd)
- {
- unsigned int rval;
- if (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER))
- {
- /*
- * rval = FrameWidth(pcd) - 2*LowerBorderWidth(pcd);
- */
- rval = ((pcd->maxConfig) ? pcd->maxWidth : pcd->clientWidth) +
- 2*pcd->matteWidth;
- }
- else
- {
- /*
- * rval = FrameWidth(pcd);
- */
- rval = ((pcd->maxConfig) ? pcd->maxWidth : pcd->clientWidth) +
- 2*pcd->matteWidth + 2*LowerBorderWidth (pcd);
- }
-
- return (rval);
- }
- /*************************************<->*************************************
- *
- * unsigned int BaseWindowHeight (pcd)
- *
- *
- * Description:
- * -----------
- * Returns the height of the base window
- *
- * Inputs:
- * ------
- * pcd - pointer to client data record
- *
- * Outputs:
- * -------
- * BaseWindowHeight
- *
- * Comments:
- * --------
- * o Based on code taken out of FrameHeight to make it a little
- * more efficient.
- *
- *************************************<->***********************************/
- unsigned int BaseWindowHeight (ClientData *pcd)
- {
- unsigned int rval;
- if (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER))
- {
- /*
- * rval = FrameHeight(pcd) - LowerBorderWidth(pcd) -
- * UpperBorderWidth(pcd) - TitleBarHeight(pcd);
- */
- rval = ((pcd->maxConfig) ? pcd->maxHeight : pcd->clientHeight) +
- 2*pcd->matteWidth;
- }
- else
- {
- /*
- * rval = FrameHeight(pcd) - TitleBarHeight(pcd);
- */
- rval = ((pcd->maxConfig) ? pcd->maxHeight : pcd->clientHeight) +
- 2*pcd->matteWidth + 2*LowerBorderWidth (pcd);
- }
-
- return (rval);
- }
- /*************************************<->*************************************
- *
- * Boolean GetFramePartInfo (pcd, part, pX, pY, pWidth, pHeight)
- *
- *
- * Description:
- * -----------
- * Gets frame relative position and size of the specified frame part
- *
- *
- * Inputs:
- * ------
- * pcd - pointer to client data
- * part - part id (e.g. FRAME_TITLE, FRAME_SYSTEM, etc.)
- * pX - pointer to x-coord return value
- * pY - pointer to y-coord return value
- * pWidth - pointer to width return value
- * pHeight - pointer to width return value
- *
- *
- * Outputs:
- * -------
- * Return - True if values returned, false if no such part for this
- * frame (values undefined).
- *
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- Boolean GetFramePartInfo (ClientData *pcd, int part, int *pX, int *pY, unsigned int *pWidth, unsigned int *pHeight)
- {
- unsigned int boxdim = TitleBarHeight (pcd);
- unsigned long decor = pcd->decor;
- int vert, horiz;
- Boolean rval = FALSE;
-
- switch (part)
- {
- case FRAME_SYSTEM:
- if (decor & MWM_DECOR_MENU) {
- *pX = pcd->frameInfo.upperBorderWidth;
- *pY = pcd->frameInfo.upperBorderWidth;
- *pWidth = boxdim;
- *pHeight = boxdim;
- rval = TRUE;
- }
- break;
- case FRAME_TITLE:
- if (decor & MWM_DECOR_TITLE) {
- *pX = pcd->frameInfo.upperBorderWidth +
- ((decor & MWM_DECOR_MENU) ? boxdim : 0);
- *pY = pcd->frameInfo.upperBorderWidth;
- *pWidth = pcd->frameInfo.width -
- 2*pcd->frameInfo.upperBorderWidth -
- ((decor & MWM_DECOR_MENU) ? boxdim : 0) -
- ((decor & MWM_DECOR_MINIMIZE) ? boxdim : 0) -
- ((decor & MWM_DECOR_MAXIMIZE) ? boxdim : 0);
- *pHeight = boxdim;
- rval = TRUE;
- }
- break;
- case FRAME_TITLEBAR:
- if (decor & MWM_DECOR_TITLE) {
- *pX = pcd->frameInfo.upperBorderWidth;
- *pY = pcd->frameInfo.upperBorderWidth;
- *pWidth = pcd->frameInfo.width -
- 2*pcd->frameInfo.upperBorderWidth;
- *pHeight = boxdim;
- rval = TRUE;
- }
- break;
- case FRAME_MINIMIZE:
- if (decor & MWM_DECOR_MINIMIZE) {
- *pX = pcd->frameInfo.width -
- pcd->frameInfo.upperBorderWidth - boxdim -
- ((decor & MWM_DECOR_MAXIMIZE) ? boxdim : 0);
- *pY = pcd->frameInfo.upperBorderWidth;
- *pWidth= boxdim;
- *pHeight = boxdim;
- rval = TRUE;
- }
- break;
- case FRAME_MAXIMIZE:
- if (decor & MWM_DECOR_MAXIMIZE) {
- *pX = pcd->frameInfo.width -
- pcd->frameInfo.upperBorderWidth - boxdim;
- *pY = pcd->frameInfo.upperBorderWidth;
- *pWidth = boxdim;
- *pHeight = boxdim;
- rval = TRUE;
- }
- break;
- /*
- * For very small windows, the resize pieces will shrink
- * equally until the corner pieces get within two pixels
- * of the resize border width. At this point the "side" section
- * is killed off (by giving it a zero length) and the corner
- * pieces claim the additional space
- */
- case FRAME_RESIZE_NW:
- if (decor & MWM_DECOR_RESIZEH) {
- *pX = 0;
- *pY = 0;
- if ((int)pcd->frameInfo.cornerWidth >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pWidth = pcd->frameInfo.cornerWidth;
- }
- else {
- horiz = pcd->frameInfo.width -
- 2*pcd->frameInfo.cornerWidth;
- *pWidth = pcd->frameInfo.cornerWidth +
- horiz/2 + horiz%2;
- }
- if ((int)pcd->frameInfo.cornerHeight >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pHeight = pcd->frameInfo.cornerHeight;
- }
- else {
- vert = pcd->frameInfo.height -
- 2*pcd->frameInfo.cornerHeight;
- *pHeight = pcd->frameInfo.cornerHeight +
- vert/2 + vert%2;
- }
- rval = TRUE;
- }
- break;
-
- case FRAME_RESIZE_N:
- if (decor & MWM_DECOR_RESIZEH) {
- *pX = pcd->frameInfo.cornerWidth;
- *pY = 0;
- *pHeight = pcd->frameInfo.upperBorderWidth;
- if ((int)pcd->frameInfo.cornerWidth >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pWidth = pcd->frameInfo.width -
- 2*pcd->frameInfo.cornerWidth;
- }
- else {
- *pWidth = 0;
- }
- rval = TRUE;
- }
- break;
-
- case FRAME_RESIZE_NE:
- if (decor & MWM_DECOR_RESIZEH) {
- if ((int)pcd->frameInfo.cornerWidth >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pWidth = pcd->frameInfo.cornerWidth;
- }
- else {
- horiz = pcd->frameInfo.width -
- 2*pcd->frameInfo.cornerWidth;
- *pWidth = pcd->frameInfo.cornerWidth + horiz/2;
- }
- *pX = pcd->frameInfo.width - *pWidth;
- if ((int)pcd->frameInfo.cornerHeight >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pHeight = pcd->frameInfo.cornerHeight;
- }
- else {
- vert = pcd->frameInfo.height -
- 2*pcd->frameInfo.cornerHeight;
- *pHeight = pcd->frameInfo.cornerHeight +
- vert/2 + vert%2;
- }
- *pY = 0;
- rval = TRUE;
- }
- break;
-
- case FRAME_RESIZE_E:
- if (decor & MWM_DECOR_RESIZEH) {
- *pX = pcd->frameInfo.width -
- pcd->frameInfo.lowerBorderWidth;
- *pY = pcd->frameInfo.cornerHeight;
- *pWidth = pcd->frameInfo.lowerBorderWidth;
- if ((int)pcd->frameInfo.cornerHeight >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pHeight = pcd->frameInfo.height -
- 2*pcd->frameInfo.cornerHeight;
- }
- else {
- *pHeight = 0;
- }
- rval = TRUE;
- }
- break;
-
- case FRAME_RESIZE_SE:
- if (decor & MWM_DECOR_RESIZEH) {
- if ((int)pcd->frameInfo.cornerWidth >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pWidth = pcd->frameInfo.cornerWidth;
- }
- else {
- horiz = pcd->frameInfo.width -
- 2*pcd->frameInfo.cornerWidth;
- *pWidth = pcd->frameInfo.cornerWidth + horiz/2;
- }
- *pX = pcd->frameInfo.width - *pWidth;
- if ((int)pcd->frameInfo.cornerHeight >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pHeight = pcd->frameInfo.cornerHeight;
- }
- else {
- vert = pcd->frameInfo.height -
- 2*pcd->frameInfo.cornerHeight;
- *pHeight = pcd->frameInfo.cornerHeight + vert/2;
- }
- *pY = pcd->frameInfo.height - *pHeight;
- rval = TRUE;
- }
- break;
-
- case FRAME_RESIZE_S:
- if (decor & MWM_DECOR_RESIZEH) {
- *pX = pcd->frameInfo.cornerWidth;
- *pY = pcd->frameInfo.height -
- pcd->frameInfo.lowerBorderWidth;
- if ((int)pcd->frameInfo.cornerWidth >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pWidth = pcd->frameInfo.width -
- 2*pcd->frameInfo.cornerWidth;
- }
- else {
- *pWidth = 0;
- }
- *pHeight = pcd->frameInfo.lowerBorderWidth;
- rval = TRUE;
- }
- break;
-
- case FRAME_RESIZE_SW:
- if (decor & MWM_DECOR_RESIZEH) {
- if ((int)pcd->frameInfo.cornerWidth >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pWidth = pcd->frameInfo.cornerWidth;
- }
- else {
- horiz = pcd->frameInfo.width -
- 2*pcd->frameInfo.cornerWidth;
- *pWidth = pcd->frameInfo.cornerWidth +
- horiz/2 + horiz%2;
- }
- *pX = 0;
- if ((int)pcd->frameInfo.cornerHeight >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pHeight = pcd->frameInfo.cornerHeight;
- }
- else {
- vert = pcd->frameInfo.height -
- 2*pcd->frameInfo.cornerHeight;
- *pHeight = pcd->frameInfo.cornerHeight + vert/2;
- }
- *pY = pcd->frameInfo.height - *pHeight;
- rval = TRUE;
- }
- break;
-
- case FRAME_RESIZE_W:
- if (decor & MWM_DECOR_RESIZEH) {
- *pX = 0;
- *pY = pcd->frameInfo.cornerHeight;
- *pWidth = pcd->frameInfo.lowerBorderWidth;
- if ((int)pcd->frameInfo.cornerHeight >
- (int)pcd->frameInfo.lowerBorderWidth+2) {
- *pHeight = pcd->frameInfo.height -
- 2*pcd->frameInfo.cornerHeight;
- }
- else {
- *pHeight = 0;
- }
- rval = TRUE;
- }
- break;
-
- default:
- break;
- }
- return(rval);
- }
- /*************************************<->*************************************
- *
- * IdentifyFramePart (pCD, x, y)
- *
- *
- * Description:
- * -----------
- * Returns an ID representing which part of the frame received the event
- *
- *
- * Inputs:
- * ------
- * pCD - pointer to client data
- *
- * x, y - client coordinates of event
- *
- *
- * Outputs:
- * -------
- * Return - ID of frame part where the button event occurred.
- *
- *
- * Comments:
- * --------
- *************************************<->***********************************/
- int IdentifyFramePart (ClientData *pCD, int x, int y)
- {
- unsigned long decor = pCD->decor;
- int clientWidth = (pCD->maxConfig) ? pCD->maxWidth : pCD->clientWidth;
- int clientHeight= (pCD->maxConfig) ? pCD->maxHeight : pCD->clientHeight;
- int rval;
- /* check for client window */
- if ( (x >= pCD->clientOffset.x) &&
- (x < pCD->clientOffset.x + clientWidth) &&
- (y >= pCD->clientOffset.y) &&
- (y < pCD->clientOffset.y + clientHeight) )
- {
- return (FRAME_CLIENT);
- }
- /* check for client matte */
- if (pCD->matteWidth)
- {
- if ( (x >= pCD->matteRectangle.x) &&
- (x < (int)pCD->matteRectangle.x + (int)pCD->matteRectangle.width) &&
- (y >= pCD->matteRectangle.y) &&
- (y < (int)pCD->matteRectangle.y + (int)pCD->matteRectangle.height) )
- {
- return (FRAME_MATTE);
- }
- }
- /* check title bar */
- if (decor & MWM_DECOR_TITLE)
- {
- if ( pCD->pTitleGadgets &&
- (x >= pCD->titleRectangle.x) &&
- (x < (int)pCD->titleRectangle.x + (int)pCD->titleRectangle.width) &&
- (y >= pCD->titleRectangle.y) &&
- (y < (int)pCD->titleRectangle.y + (int)pCD->titleRectangle.height) )
- {
- return(GadgetID(x, y, pCD->pTitleGadgets,
- (unsigned int)pCD->cTitleGadgets));
- }
- }
- /* try resize border */
- if (decor & MWM_DECOR_RESIZEH && pCD->pTitleGadgets)
- {
- rval = GadgetID(x, y, pCD->pResizeGadgets, STRETCH_COUNT);
- }
- else
- {
- rval = FRAME_NONE;
- }
- /* if not a resize border, but still in bounds return FRAME_NBORDER */
- if (rval == FRAME_NONE)
- {
- if ((x >= 0) && (y >= 0) &&
- (x < FrameWidth (pCD)) && (y < FrameHeight (pCD)))
- {
- rval = FRAME_NBORDER;
- }
- }
- return (rval);
- } /* END OF FUNCTION IdentifyFramePart */
- /*************************************<->*************************************
- *
- * GadgetID (x, y, pgadget, count)
- *
- *
- * Description:
- * -----------
- * returns the id of the gadget in the list that the event occurred in
- *
- *
- * Inputs:
- * ------
- * x - x coordinate of event
- * y - y coordinate of event
- * pgadget - pointer to a list of GadgetRectangles
- * count - number of elements in the pgadget list
- *
- * Outputs:
- * -------
- * Return - ID of gadget if found, FRAME_NONE if not found
- *
- *
- * Comments:
- * --------
- *
- *
- *************************************<->***********************************/
- int GadgetID (int x, int y, GadgetRectangle *pgadget, unsigned int count)
- {
- int ix;
- for (ix = 0; ix < count; ix++, pgadget++) {
- if ( (x >= pgadget->rect.x) &&
- (x < (int)pgadget->rect.x + (int)pgadget->rect.width) &&
- (y >= pgadget->rect.y) &&
- (y < (int)pgadget->rect.y + (int)pgadget->rect.height) ) {
- return ((unsigned long) pgadget->id);
- }
- }
- return(FRAME_NONE);
- }
- /*************************************<->*************************************
- *
- * FrameToClient (pcd, pX, pY, pWidth, pHeight)
- *
- *
- * Description:
- * -----------
- * Converts frame position and size to client position and size
- *
- *
- * Inputs:
- * ------
- * pcd - pointer to client data
- * pX - pointer to frame x-coord
- * pY - pointer to frame y-coord
- * pWidth - pointer to frame width in pixels
- * pHeight - pointer to frame height in pixels
- *
- * Outputs:
- * -------
- * *pX - client x-coord
- * *pY - client y-coord
- * *pWidth - client width in pixels
- * *pHeight - client height in pixels
- *
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- void FrameToClient (ClientData *pcd, int *pX, int *pY, unsigned int *pWidth, unsigned int *pHeight)
- {
- /* compute client window coordinates from frame coordinates */
- *pWidth = *pWidth - 2*pcd->clientOffset.x;
- *pHeight = *pHeight - pcd->clientOffset.x - pcd->clientOffset.y;
- *pX = *pX + pcd->clientOffset.x;
- *pY = *pY + pcd->clientOffset.y;
- }
- /*************************************<->*************************************
- *
- * ClientToFrame (pcd, pX, pY, pWidth, pHeight)
- *
- *
- * Description:
- * -----------
- * Converts frame position and size to client position and size
- *
- *
- * Inputs:
- * ------
- * pcd - pointer to client data
- * pX - client x-coord
- * pY - client y-coord
- * pWidth - client width in pixels
- * pHeight - client height in pixels
- *
- * Outputs:
- * -------
- * *pX - frame x-coord
- * *pY - frame y-coord
- * *pWidth - frame width in pixels
- * *pHeight - frame height in pixels
- *
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- void ClientToFrame (ClientData *pcd, int *pX, int *pY, unsigned int *pWidth, unsigned int *pHeight)
- {
- /* compute client window coordinates from frame coordinates */
- *pWidth = *pWidth + 2*pcd->clientOffset.x;
- *pHeight = *pHeight + pcd->clientOffset.x + pcd->clientOffset.y;
- *pX = *pX - pcd->clientOffset.x;
- *pY = *pY - pcd->clientOffset.y;
- }
- /*************************************<->*************************************
- *
- * Boolean GetDepressInfo (pcd, part, pX, pY, pWidth, pHeight)
- *
- *
- * Description:
- * -----------
- * Gets frame relative position, size, and width of the beveling
- * to show the gadget in its depressed state.
- *
- *
- * Inputs:
- * ------
- * pcd - pointer to client data
- * part - part id (e.g. FRAME_TITLE, FRAME_SYSTEM, etc.)
- * pX - pointer to x-coord return value
- * pY - pointer to y-coord return value
- * pWidth - pointer to width return value
- * pHeight - pointer to width return value
- * pInverWidth - pointer to inversion width return value
- *
- *
- * Outputs:
- * -------
- * Return - True if values returned, false if no such part for this
- * frame (values undefined).
- *
- *
- * Comments:
- * --------
- * o The "part" must be a title bar gadget.
- *
- *************************************<->***********************************/
- Boolean GetDepressInfo (ClientData *pcd, int part, int *pX, int *pY, unsigned int *pWidth, unsigned int *pHeight, unsigned int *pInvertWidth)
- {
- Boolean rval;
- unsigned int exBevel, eBevel;
- unsigned int wBevel, sBevel;
- unsigned int insideBevel, meBevel;
- unsigned int decoration = pcd->decor;
- unsigned int tmp;
- switch (part)
- {
- case FRAME_SYSTEM:
- case FRAME_TITLE:
- case FRAME_MINIMIZE:
- case FRAME_MAXIMIZE:
- if ((rval = GetFramePartInfo (pcd, part, pX, pY, pWidth, pHeight)))
- {
- /*
- * set bevel width based on join bevel
- */
- *pInvertWidth = 1 + (JOIN_BEVEL(pcd) / 2);
-
- /* bevel between title and client (or matte) */
- insideBevel = (pcd->matteWidth > 0) ? JOIN_BEVEL(pcd) :
- pcd->internalBevel;
- /*
- * Compute beveling around the title area of the
- * title bar.
- */
- if (decoration & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER))
- {
- exBevel = JOIN_BEVEL(pcd); /* north side */
- sBevel = insideBevel; /* south side */
- eBevel = JOIN_BEVEL(pcd); /* east side */
- wBevel = JOIN_BEVEL(pcd); /* west side */
- meBevel = JOIN_BEVEL(pcd); /* east of Min */
- }
- else
- {
- /* borderless window */
- exBevel = EXTERNAL_BEVEL(pcd);
- sBevel = (pcd->matteWidth > 0) ? insideBevel :
- EXTERNAL_BEVEL(pcd);
- eBevel = (decoration & (MWM_DECOR_MINIMIZE |
- MWM_DECOR_MAXIMIZE))?
- JOIN_BEVEL(pcd) : EXTERNAL_BEVEL(pcd);
- wBevel = (decoration & MWM_DECOR_MENU) ?
- JOIN_BEVEL(pcd) : EXTERNAL_BEVEL(pcd);
- meBevel = (decoration & (MWM_DECOR_MAXIMIZE)) ?
- JOIN_BEVEL(pcd) : EXTERNAL_BEVEL(pcd);
- }
- /*
- * Adjust height of all title bar gadgets if necessary.
- * (The bottom bevel is the same for all the pieces.)
- */
- if (sBevel > *pInvertWidth)
- {
- *pHeight -= (sBevel - *pInvertWidth);
- }
- /*
- * Adjust the beveling on the other sides of the
- * gadgets.
- */
- switch (part)
- {
- case FRAME_SYSTEM:
- /* west and north sides */
- if (exBevel > *pInvertWidth)
- {
- tmp = exBevel - *pInvertWidth;
- *pX += tmp;
- *pWidth -= tmp;
- *pY += tmp;
- *pHeight -= tmp;
- }
- /* east side */
- if (wBevel > *pInvertWidth)
- {
- *pWidth -= (wBevel - *pInvertWidth);
- }
- break;
- case FRAME_TITLE:
- /* west side */
- if (wBevel > *pInvertWidth)
- {
- tmp = wBevel - *pInvertWidth;
- *pX += tmp;
- *pWidth -= tmp;
- }
- /* north side */
- if (exBevel > *pInvertWidth)
- {
- tmp = exBevel - *pInvertWidth;
- *pY += tmp;
- *pHeight -= tmp;
- }
- /* east side */
- if (eBevel > *pInvertWidth)
- {
- *pWidth -= eBevel - *pInvertWidth;
- }
- break;
- case FRAME_MINIMIZE:
- /* north side */
- if (exBevel > *pInvertWidth)
- {
- tmp = exBevel - *pInvertWidth;
- *pY += tmp;
- *pHeight -= tmp;
- }
- /* west side */
- if (eBevel > *pInvertWidth)
- {
- tmp = eBevel - *pInvertWidth;
- *pX += tmp;
- *pWidth -= tmp;
- }
- /* east side */
- if (meBevel > *pInvertWidth)
- {
- *pWidth -= meBevel - *pInvertWidth;
- }
- break;
- case FRAME_MAXIMIZE:
- /* north and east sides */
- if (exBevel > *pInvertWidth)
- {
- tmp = exBevel - *pInvertWidth;
- *pY += tmp;
- *pHeight -= tmp;
- *pWidth -= tmp;
- }
- /* west side */
- if (eBevel > *pInvertWidth)
- {
- tmp = eBevel - *pInvertWidth;
- *pX += tmp;
- *pWidth -= tmp;
- }
- break;
- } /* end switch */
- } /* end case "title bar part" */
- break;
- default:
- rval = False;
- break;
- } /* end switch */
- return (rval);
- }
- /*************************************<->*************************************
- *
- * SetFrameInfo (pcd)
- *
- *
- * Description:
- * -----------
- * Sets frame information into client data structure for easy access.
- *
- *
- * Inputs:
- * ------
- * pcd - pointer to client data
- *
- * Outputs:
- * -------
- *
- * Comments:
- * --------
- * o Sets values into the FrameInfo component of the client data structure
- *
- *************************************<->***********************************/
- void SetFrameInfo (ClientData *pcd)
- {
- /*
- * The title bar height value stored in pcd->frameInfo is used by the
- * macro TitleBarHeight(pcd).
- */
- pcd->frameInfo.titleBarHeight = InitTitleBarHeight (pcd);
- pcd->frameInfo.x = FrameX (pcd);
- pcd->frameInfo.y = FrameY (pcd);
- pcd->frameInfo.width = FrameWidth (pcd);
- pcd->frameInfo.height = FrameHeight (pcd);
- pcd->frameInfo.upperBorderWidth = UpperBorderWidth (pcd);
- pcd->frameInfo.lowerBorderWidth = LowerBorderWidth (pcd);
- pcd->frameInfo.cornerWidth = CornerWidth (pcd);
- pcd->frameInfo.cornerHeight = CornerHeight (pcd);
- /* set client offset */
-
- if ( (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER)) ||
- (pcd->matteWidth > 0) )
- {
- /*
- * The window has a window manager border.
- */
- pcd->clientOffset.x = pcd->frameInfo.lowerBorderWidth +
- pcd->matteWidth;
- pcd->clientOffset.y = pcd->frameInfo.upperBorderWidth +
- pcd->frameInfo.titleBarHeight +
- pcd->matteWidth;
- }
- else
- {
- /*
- * No window manager border, the original X border is showing
- * through.
- */
- pcd->clientOffset.x = pcd->xBorderWidth + pcd->matteWidth;
- pcd->clientOffset.y = pcd->xBorderWidth +
- pcd->frameInfo.titleBarHeight +
- pcd->matteWidth;
- }
- }
- /*************************************<->*************************************
- *
- * SetClientOffset (pcd)
- *
- *
- * Description:
- * -----------
- * Sets the client offset into client data structure
- *
- *
- * Inputs:
- * ------
- * pcd - pointer to client data
- *
- * Outputs:
- * -------
- *
- * Comments:
- * --------
- * This can be called before SetFrameInfo to set up the client offset
- * without the danger of using uninitialized variables during
- * extraneous computation.
- *
- *************************************<->***********************************/
- void SetClientOffset (ClientData *pcd)
- {
- /*
- * The title bar height value stored in pcd->frameInfo is used by the
- * macro TitleBarHeight(pcd).
- */
- pcd->frameInfo.titleBarHeight = InitTitleBarHeight (pcd);
- pcd->frameInfo.upperBorderWidth = UpperBorderWidth (pcd);
- pcd->frameInfo.lowerBorderWidth = LowerBorderWidth (pcd);
- /* set client offset */
-
- if ( (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER)) ||
- (pcd->matteWidth > 0) )
- {
- /*
- * The window has a window manager border.
- */
- pcd->clientOffset.x = pcd->frameInfo.lowerBorderWidth +
- pcd->matteWidth;
- pcd->clientOffset.y = pcd->frameInfo.upperBorderWidth +
- pcd->frameInfo.titleBarHeight +
- pcd->matteWidth;
- }
- else
- {
- /*
- * No window manager border, the original X border is showing
- * through.
- */
- pcd->clientOffset.x = pcd->xBorderWidth + pcd->matteWidth;
- pcd->clientOffset.y = pcd->xBorderWidth +
- pcd->frameInfo.titleBarHeight +
- pcd->matteWidth;
- }
- }
- /*************************************<->*************************************
- *
- * XBorderIsShowing (pcd)
- *
- *
- * Description:
- * -----------
- * Returns true if the X border is showing.
- *
- *
- * Inputs:
- * ------
- * pcd - pointer to client data
- *
- * Outputs:
- * -------
- * XBorderIsShowing - True if no window manager border & x border is
- * visible, False otherwise
- *
- * Comments:
- * --------
- *
- *************************************<->***********************************/
- Boolean XBorderIsShowing (ClientData *pcd)
- {
- Boolean rval;
- if ( (pcd->decor & (MWM_DECOR_RESIZEH | MWM_DECOR_BORDER)) ||
- (pcd->matteWidth > 0) )
- {
- rval = False; /* hidden by window manager */
- }
- else
- {
- rval = True; /* it's showing */
- }
- return(rval);
- }
|