Last of the spelling fixed
This commit is contained in:
@@ -581,7 +581,7 @@ SetValues(
|
||||
/************************************************************************
|
||||
*
|
||||
* arm
|
||||
* This function processes button 1 down occuring on the button.
|
||||
* This function processes button 1 down occurring on the button.
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
@@ -610,7 +610,7 @@ Arm(
|
||||
/************************************************************************
|
||||
*
|
||||
* disarm
|
||||
* This function processes button 1 up occuring on the button.
|
||||
* This function processes button 1 up occurring on the button.
|
||||
*
|
||||
************************************************************************/
|
||||
|
||||
@@ -632,7 +632,7 @@ Disarm(
|
||||
/************************************************************************
|
||||
*
|
||||
* activate
|
||||
* This function processes button 1 up occuring on the button.
|
||||
* This function processes button 1 up occurring on the button.
|
||||
* If the button 1 up occurred inside the button the activate
|
||||
* callbacks are called.
|
||||
*
|
||||
|
||||
@@ -374,7 +374,7 @@ MinimizeInputCB (Widget w,
|
||||
|
||||
/* On the BSelect button press, change the image to the selected
|
||||
* minimize image. On the release, check to see if the release
|
||||
* occured within the minimize button before minimizing.
|
||||
* occurred within the minimize button before minimizing.
|
||||
* On BMenu button press, post the front panel menu.
|
||||
*/
|
||||
|
||||
@@ -841,13 +841,13 @@ SwitchButtonCB (Widget w,
|
||||
old_switch_button = switch_data->buttons[switch_data->active_switch];
|
||||
|
||||
|
||||
/* If the selection occured on a non-selected button, find the atom */
|
||||
/* If the selection occurred on a non-selected button, find the atom */
|
||||
/* representing the workspace name of the button that was selected */
|
||||
/* and use it to call the workspace manager API to switch the */
|
||||
/* workspace. The indication on the buttons occurs out of the */
|
||||
/* called from the workspace manager API. */
|
||||
/* */
|
||||
/* If the selection occured on the current button, set up the name */
|
||||
/* If the selection occurred on the current button, set up the name */
|
||||
/* change editing functions. */
|
||||
|
||||
if (switch_button != old_switch_button)
|
||||
@@ -1729,7 +1729,7 @@ PushCB (Widget w,
|
||||
|
||||
|
||||
/* Call the unposting function and reset the arrow behavior if the */
|
||||
/* action occured out of a subpanel. */
|
||||
/* action occurred out of a subpanel. */
|
||||
|
||||
if (subpanel_data != NULL && unpost_subpanel &&
|
||||
(Boolean) (intptr_t) panel.element_values[PANEL_SUBPANEL_UNPOST].parsed_value &&
|
||||
|
||||
@@ -3887,7 +3887,7 @@ ToggleDefaultControl (ControlData * main_control_data,
|
||||
int i;
|
||||
|
||||
|
||||
/* If the selection occured on the currently selected toggle */
|
||||
/* If the selection occurred on the currently selected toggle */
|
||||
/* do nothing. */
|
||||
|
||||
if (subpanel_data->default_control == control_data)
|
||||
|
||||
@@ -1075,7 +1075,7 @@ int IdentifyFramePart (ClientData *pCD, int x, int y)
|
||||
*
|
||||
* Description:
|
||||
* -----------
|
||||
* returns the id of the gadget in the list that the event occured in
|
||||
* returns the id of the gadget in the list that the event occurred in
|
||||
*
|
||||
*
|
||||
* Inputs:
|
||||
|
||||
@@ -1840,7 +1840,7 @@ void HandleCMotionNotify (ClientData *pCD, XMotionEvent *motionEvent)
|
||||
if ((diffX >= wmGD.moveThreshold) || (diffY >= wmGD.moveThreshold))
|
||||
{
|
||||
/*
|
||||
* The move threshold has been exceded; start the config action.
|
||||
* The move threshold has been exceeded; start the config action.
|
||||
*/
|
||||
|
||||
wmGD.clickData.clickPending = False;
|
||||
|
||||
@@ -492,7 +492,7 @@ void HandlePlacementMotionEvent (ClientData *pcd, XMotionEvent *pev)
|
||||
int diffx, diffy;
|
||||
|
||||
/*
|
||||
* If in pre-resize mode, check for motion crossing threshhold before
|
||||
* If in pre-resize mode, check for motion crossing threshold before
|
||||
* switching modes
|
||||
*/
|
||||
if (wmGD.preMove) {
|
||||
|
||||
@@ -1220,7 +1220,7 @@ Boolean HandleKeyPress (XKeyEvent *keyEvent,
|
||||
* A matching key binding has been found.
|
||||
* Determine the client to which the key binding function is to
|
||||
* apply.
|
||||
* Unpost any active menu and specify that no futher key binding
|
||||
* Unpost any active menu and specify that no further key binding
|
||||
* processing should be done.
|
||||
* Do the function associated with the matching key binding.
|
||||
* Stop if onlyFirst == TRUE
|
||||
@@ -1589,7 +1589,7 @@ Boolean CheckForButtonAction (XButtonEvent *buttonEvent, Context context, Contex
|
||||
*
|
||||
* Description:
|
||||
* -----------
|
||||
* This function identifies the context in which an event occured. The
|
||||
* This function identifies the context in which an event occurred. The
|
||||
* pointer position is used to identify the context if the event is a
|
||||
* button event. If the context and the window state are incompatible
|
||||
* (e.g., the context is window and the window is minimized) then the
|
||||
@@ -1729,7 +1729,7 @@ void IdentifyEventContext (XButtonEvent *event, ClientData *pCD, Context *pConte
|
||||
* -------
|
||||
* (wmGD.clickData) = click processing information
|
||||
*
|
||||
* (wmGD.clickData.doubleClickContext) = set if double click occured
|
||||
* (wmGD.clickData.doubleClickContext) = set if double click occurred
|
||||
*
|
||||
*************************************<->***********************************/
|
||||
|
||||
@@ -1850,7 +1850,7 @@ void ProcessClickBPress (XButtonEvent *buttonEvent, ClientData *pCD, Context con
|
||||
* -------
|
||||
* (wmGD.clickData) = click processing information
|
||||
*
|
||||
* (wmGD.clickData.clickContext) = set if click occured
|
||||
* (wmGD.clickData.clickContext) = set if click occurred
|
||||
*
|
||||
*************************************<->***********************************/
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ EmbeddedClientReposition (Widget icon,
|
||||
/************************************************************************
|
||||
*
|
||||
* EmbeddedClientReparent
|
||||
* This function sets of the data neccessary to call the window
|
||||
* This function sets of the data necessary to call the window
|
||||
* manager function which reparents an embedded client to a new
|
||||
* control.
|
||||
*
|
||||
|
||||
@@ -909,7 +909,7 @@ typedef enum { SINGLE, ROOT, ALL } OpRange;
|
||||
typedef struct _CmdTree {
|
||||
CARD32 commandID; /* unique identifier for this command. */
|
||||
CARD32 notifyWindow;/* window to receive InvokeCommand request. */
|
||||
char *name; /* name of command refered to in .mwmrc. */
|
||||
char *name; /* name of command referred to in .mwmrc. */
|
||||
char *defaultName; /* default label of menu. */
|
||||
struct _CmdTree *subTrees; /* list of child commands or command sets. */
|
||||
struct _CmdTree *next;
|
||||
|
||||
@@ -524,7 +524,7 @@ dtSendWorkspaceModifyNotification(
|
||||
* x - x position of UL corner of rectangle
|
||||
* y - y position of UL corner of rectangle
|
||||
* width - width of rectangle
|
||||
* heigth - height of rectangle
|
||||
* height - height of rectangle
|
||||
*
|
||||
* Outputs:
|
||||
* -------
|
||||
|
||||
@@ -1473,7 +1473,7 @@ void ResetWithdrawnFocii (ClientData *pCD)
|
||||
/*
|
||||
* Set the focus to the default state if the focus is not in
|
||||
* the process of being set (i.e. a FocusIn event will be
|
||||
* comming along shortly.
|
||||
* coming along shortly.
|
||||
*/
|
||||
|
||||
if (wmGD.nextKeyboardFocus == wmGD.keyboardFocus)
|
||||
|
||||
@@ -548,7 +548,7 @@ void SetMwmSaveSessionInfo (Window wmWindow)
|
||||
*
|
||||
* Comments:
|
||||
* --------
|
||||
* This function will eventually be superceded when WM_STATE support is
|
||||
* This function will eventually be superseded when WM_STATE support is
|
||||
* added to the official X release.
|
||||
*
|
||||
*************************************<->***********************************/
|
||||
@@ -618,7 +618,7 @@ GetWMState(
|
||||
*
|
||||
* Comments:
|
||||
* --------
|
||||
* This function will eventually be superceded when WM_STATE support is
|
||||
* This function will eventually be superseded when WM_STATE support is
|
||||
* added to the official X release.
|
||||
*
|
||||
*************************************<->***********************************/
|
||||
|
||||
Reference in New Issue
Block a user