HomeSort by: relevance | last modified time | path
    Searched refs:theWindow (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/twm/dist/src/
session.h 34 extern int GetWindowConfig(TwmWindow *theWindow, short *x, short *y,
session.c 274 WriteWinConfigEntry(FILE *configFile, TwmWindow *theWindow,
288 if (!write_counted_string(configFile, theWindow->xclass.res_name))
290 if (!write_counted_string(configFile, theWindow->xclass.res_class))
292 if (theWindow->nameChanged) {
303 if (!write_counted_string(configFile, theWindow->name))
309 XGetCommand(dpy, theWindow->w, &wm_command, &wm_command_count);
327 if (!write_byte(configFile, theWindow->icon ? 1 : 0)) /* iconified */
330 if (!write_byte(configFile, theWindow->icon_w ? 1 : 0)) /* icon exists */
333 if (theWindow->icon_w) {
337 XGetGeometry(dpy, theWindow->icon_w, &wdummy, &icon_x
    [all...]
  /xsrc/external/mit/smproxy/dist/
save.c 204 WriteProxyFileEntry(FILE *proxyFile, WinInfo *theWindow)
206 if (!write_counted_string (proxyFile, theWindow->client_id))
208 if (!write_counted_string (proxyFile, theWindow->class.res_name))
210 if (!write_counted_string (proxyFile, theWindow->class.res_class))
212 if (!write_counted_string (proxyFile, theWindow->wm_name))
215 if (!theWindow->wm_command || theWindow->wm_command_count == 0)
222 if (!write_byte (proxyFile, (char) theWindow->wm_command_count))
224 for (int i = 0; i < theWindow->wm_command_count; i++)
225 if (!write_counted_string (proxyFile, theWindow->wm_command[i])
    [all...]
smproxy.h 100 extern int WriteProxyFileEntry ( FILE *proxyFile, WinInfo *theWindow );
104 extern char * LookupClientID ( WinInfo *theWindow );
  /xsrc/external/mit/ctwm/dist/
session.c 88 static int WriteWinConfigEntry(FILE *configFile, TwmWindow *theWindow,
370 static int WriteWinConfigEntry(FILE *configFile, TwmWindow *theWindow,
381 theWindow->name, &theWindow->class)) {
394 if(!write_counted_string(configFile, theWindow->class.res_name)) {
397 if(!write_counted_string(configFile, theWindow->class.res_class)) {
400 if(theWindow->nameChanged) {
412 if(!write_counted_string(configFile, theWindow->name)) {
419 XGetCommand(dpy, theWindow->w, &wm_command, &wm_command_count);
444 if(!write_byte(configFile, theWindow->isicon ? 1 : 0))
    [all...]
session.h 47 int GetWindowConfig(TwmWindow *theWindow,

Completed in 10 milliseconds