Tue Dec 21 22:29:49 PST 1999

(Mandrake)

fixed minor ipc help indention problem


SVN revision: 1733
This commit is contained in:
Mandrake 1999-12-21 22:21:02 +00:00
parent 09edac8fd4
commit ba8215effd
3 changed files with 77 additions and 70 deletions

View File

@ -4105,3 +4105,10 @@ you can get an extended list using "window_list extended"
returns the following format:
"window_id : title :: desktop : area_x area_y : x_coordinate y_coordinate
-------------------------------------------------------------------------------
Tue Dec 21 22:29:49 PST 1999
(Mandrake)
fixed minor ipc help indention problem

View File

@ -22,7 +22,7 @@
*/
#include "E.h"
void
void
CommsSetup()
{
char s[1024];
@ -42,7 +42,7 @@ CommsSetup()
EDBUG_RETURN_;
}
void
void
CommsFindCommsWindow()
{
unsigned char *s;
@ -90,7 +90,7 @@ CommsFindCommsWindow()
EDBUG_RETURN_;
}
void
void
CommsSend(Client * c, char *s)
{
char ss[21];
@ -131,7 +131,7 @@ CommsSend(Client * c, char *s)
* When we are running in multi-head, connect to the master wm process
* and send the message
*/
void
void
CommsSendToMasterWM(char *s)
{
Window otherrootwin;
@ -179,7 +179,7 @@ CommsSendToMasterWM(char *s)
* When we are running in multi-head, connect to the slave wm processes
* and broadcast the message
*/
void
void
CommsBroadcastToSlaveWMs(char *s)
{
Window otherrootwin;
@ -292,7 +292,7 @@ CommsGet(Client ** c, XEvent * ev)
EDBUG_RETURN(msg);
}
void
void
CommsBroadcast(char *s)
{
char **l;
@ -336,7 +336,7 @@ MakeClient(Window win)
EDBUG_RETURN(c);
}
void
void
ListFreeClient(void *ptr)
{
Client *c;
@ -367,7 +367,7 @@ ListFreeClient(void *ptr)
EDBUG_RETURN_;
}
void
void
DeleteClient(Client * c)
{
Client *cc;
@ -378,7 +378,7 @@ DeleteClient(Client * c)
EDBUG_RETURN_;
}
void
void
HandleComms(XEvent * ev)
{
Client *c;
@ -2217,7 +2217,7 @@ HandleComms(XEvent * ev)
EDBUG_RETURN_;
}
void
void
DisplayClientInfo(Client * c, int onoff)
{
EDBUG(6, "DisplayClientInfo");
@ -2228,7 +2228,7 @@ DisplayClientInfo(Client * c, int onoff)
EDBUG_RETURN_;
}
void
void
HideClientInfo()
{
EDBUG(6, "HideClientInfo");

118
src/ipc.c
View File

@ -311,10 +311,10 @@ IPCStruct IPCArray[] =
"win_op <windowid> <move/resize> <x> <y>\n "
"(you can use ? and ?? to retreive client and frame locations)\n "
"win_op <windowid> focus\n "
"win_op <windowid> title <title>\n"
"win_op <windowid> raise\n"
"win_op <windowid> lower\n"
"win_op <windowid> layer <0-100,4=normal>\n"
"win_op <windowid> title <title>\n "
"win_op <windowid> raise\n "
"win_op <windowid> lower\n "
"win_op <windowid> layer <0-100,4=normal>\n "
"<windowid> may be substituted with \"current\" to use the "
"current window"
},
@ -607,7 +607,7 @@ IPCStruct IPCArray[] =
* - Mandrake
*/
void
void
IPC_Nop(char *params, Client * c)
{
CommsSend(c, "nop");
@ -615,7 +615,7 @@ IPC_Nop(char *params, Client * c)
return;
}
void
void
IPC_Remember(char *params, Client * c)
{
char buf[FILEPATH_LEN_MAX];
@ -676,7 +676,7 @@ IPC_Remember(char *params, Client * c)
return;
}
void
void
IPC_KDE(char *params, Client * c)
{
@ -720,7 +720,7 @@ IPC_KDE(char *params, Client * c)
return;
}
void
void
IPC_Modules(char *params, Client * c)
{
@ -802,7 +802,7 @@ IPC_Modules(char *params, Client * c)
return;
}
void
void
IPC_DockPosition(char *params, Client * c)
{
@ -926,7 +926,7 @@ IPC_DockPosition(char *params, Client * c)
}
void
void
IPC_GeneralInfo(char *params, Client * c)
{
@ -957,7 +957,7 @@ IPC_GeneralInfo(char *params, Client * c)
}
void
void
IPC_Button(char *params, Client * c)
{
@ -1025,7 +1025,7 @@ IPC_Button(char *params, Client * c)
return;
}
void
void
IPC_Background(char *params, Client * c)
{
char buf[FILEPATH_LEN_MAX];
@ -1249,7 +1249,7 @@ IPC_Background(char *params, Client * c)
return;
}
void
void
IPC_Border(char *params, Client * c)
{
@ -1317,7 +1317,7 @@ IPC_Border(char *params, Client * c)
return;
}
void
void
IPC_Cursor(char *params, Client * c)
{
@ -1385,7 +1385,7 @@ IPC_Cursor(char *params, Client * c)
return;
}
void
void
IPC_TextClass(char *params, Client * c)
{
char pq;
@ -1528,7 +1528,7 @@ IPC_TextClass(char *params, Client * c)
return;
}
void
void
IPC_ColorModifierClass(char *params, Client * c)
{
@ -1599,7 +1599,7 @@ IPC_ColorModifierClass(char *params, Client * c)
return;
}
void
void
IPC_ActionClass(char *params, Client * c)
{
@ -1668,7 +1668,7 @@ IPC_ActionClass(char *params, Client * c)
return;
}
void
void
IPC_ImageClass(char *params, Client * c)
{
char pq;
@ -1894,7 +1894,7 @@ IPC_ImageClass(char *params, Client * c)
return;
}
void
void
IPC_SoundClass(char *params, Client * c)
{
@ -1958,7 +1958,7 @@ IPC_SoundClass(char *params, Client * c)
return;
}
void
void
IPC_PlaySoundClass(char *params, Client * c)
{
char buf[FILEPATH_LEN_MAX];
@ -1987,7 +1987,7 @@ IPC_PlaySoundClass(char *params, Client * c)
}
void
void
IPC_ListClassMembers(char *params, Client * c)
{
@ -2179,7 +2179,7 @@ IPC_ListClassMembers(char *params, Client * c)
return;
}
void
void
IPC_DialogOK(char *params, Client * c)
{
@ -2200,7 +2200,7 @@ IPC_DialogOK(char *params, Client * c)
return;
}
void
void
IPC_SetFocus(char *params, Client * c)
{
@ -2247,7 +2247,7 @@ IPC_SetFocus(char *params, Client * c)
}
void
void
IPC_AdvancedFocus(char *params, Client * c)
{
@ -2609,7 +2609,7 @@ IPC_AdvancedFocus(char *params, Client * c)
}
void
void
IPC_InternalList(char *params, Client * c)
{
@ -2691,7 +2691,7 @@ IPC_InternalList(char *params, Client * c)
}
void
void
IPC_Pager(char *params, Client * c)
{
@ -2923,7 +2923,7 @@ IPC_Pager(char *params, Client * c)
}
void
void
IPC_MoveMode(char *params, Client * c)
{
@ -2994,7 +2994,7 @@ IPC_MoveMode(char *params, Client * c)
}
void
void
IPC_ResizeMode(char *params, Client * c)
{
@ -3059,7 +3059,7 @@ IPC_ResizeMode(char *params, Client * c)
}
void
void
IPC_FX(char *params, Client * c)
{
@ -3536,7 +3536,7 @@ IPC_FX(char *params, Client * c)
}
void
void
IPC_ActiveNetwork(char *params, Client * c)
{
char buf[FILEPATH_LEN_MAX];
@ -3591,7 +3591,7 @@ IPC_ActiveNetwork(char *params, Client * c)
return;
}
void
void
IPC_ButtonShow(char *params, Client * c)
{
c = NULL;
@ -3606,7 +3606,7 @@ IPC_ButtonShow(char *params, Client * c)
return;
}
void
void
IPC_WinList(char *params, Client * c)
{
@ -3661,7 +3661,7 @@ IPC_WinList(char *params, Client * c)
}
void
void
IPC_GotoArea(char *params, Client * c)
{
@ -3739,7 +3739,7 @@ IPC_GotoArea(char *params, Client * c)
}
void
void
IPC_WinOps(char *params, Client * c)
{
@ -4233,7 +4233,7 @@ IPC_WinOps(char *params, Client * c)
}
void
void
IPC_NumAreas(char *params, Client * c)
{
@ -4270,7 +4270,7 @@ IPC_NumAreas(char *params, Client * c)
}
void
void
IPC_NumDesks(char *params, Client * c)
{
@ -4301,7 +4301,7 @@ IPC_NumDesks(char *params, Client * c)
}
void
void
IPC_FocusMode(char *params, Client * c)
{
@ -4372,7 +4372,7 @@ IPC_FocusMode(char *params, Client * c)
}
void
void
IPC_ShowIcons(char *params, Client * c)
{
@ -4416,7 +4416,7 @@ IPC_ShowIcons(char *params, Client * c)
return;
}
void
void
IPC_GotoDesktop(char *params, Client * c)
{
@ -4453,7 +4453,7 @@ IPC_GotoDesktop(char *params, Client * c)
return;
}
void
void
IPC_ListThemes(char *params, Client * c)
{
@ -4494,7 +4494,7 @@ IPC_ListThemes(char *params, Client * c)
}
void
void
IPC_SMFile(char *params, Client * c)
{
@ -4525,7 +4525,7 @@ IPC_SMFile(char *params, Client * c)
}
void
void
IPC_ForceSave(char *params, Client * c)
{
@ -4541,7 +4541,7 @@ IPC_ForceSave(char *params, Client * c)
return;
}
void
void
IPC_Restart(char *params, Client * c)
{
@ -4552,7 +4552,7 @@ IPC_Restart(char *params, Client * c)
}
void
void
IPC_RestartWM(char *params, Client * c)
{
@ -4574,7 +4574,7 @@ IPC_RestartWM(char *params, Client * c)
}
void
void
IPC_RestartTheme(char *params, Client * c)
{
@ -4594,7 +4594,7 @@ IPC_RestartTheme(char *params, Client * c)
return;
}
void
void
IPC_Exit(char *params, Client * c)
{
@ -4608,7 +4608,7 @@ IPC_Exit(char *params, Client * c)
}
void
void
IPC_DefaultTheme(char *params, Client * c)
{
@ -4648,7 +4648,7 @@ IPC_DefaultTheme(char *params, Client * c)
}
void
void
IPC_CurrentTheme(char *params, Client * c)
{
@ -4664,7 +4664,7 @@ IPC_CurrentTheme(char *params, Client * c)
params = NULL;
}
void
void
IPC_AutoSave(char *params, Client * c)
{
@ -4701,7 +4701,7 @@ IPC_AutoSave(char *params, Client * c)
}
void
void
IPC_Help(char *params, Client * c)
{
@ -4799,7 +4799,7 @@ IPC_Help(char *params, Client * c)
return;
}
void
void
IPC_Copyright(char *params, Client * c)
{
@ -4856,7 +4856,7 @@ IPC_Copyright(char *params, Client * c)
}
void
void
IPC_Version(char *params, Client * c)
{
@ -4890,7 +4890,7 @@ IPC_Version(char *params, Client * c)
* - Mandrake
*/
int
int
HandleIPC(char *params, Client * c)
{
@ -4926,7 +4926,7 @@ HandleIPC(char *params, Client * c)
* button was depressed
*/
void
void
ButtonIPC(int val, void *data)
{
@ -4941,7 +4941,7 @@ ButtonIPC(int val, void *data)
*
*/
void
void
IPC_ReloadMenus(char *params, Client * c)
{
/*
@ -4992,7 +4992,7 @@ IPC_ReloadMenus(char *params, Client * c)
c = NULL;
}
void
void
IPC_GroupInfo(char *params, Client * c)
{
@ -5083,7 +5083,7 @@ IPC_GroupInfo(char *params, Client * c)
}
void
void
IPC_GroupOps(char *params, Client * c)
{
@ -5199,7 +5199,7 @@ IPC_GroupOps(char *params, Client * c)
}
void
void
IPC_Group(char *params, Client * c)
{
@ -5346,7 +5346,7 @@ IPC_Group(char *params, Client * c)
}
void
void
IPC_MemDebug(char *params, Client * c)
{
EDisplayMemUse();