Searched refs:theWindow (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | session.h | 34 extern int GetWindowConfig(TwmWindow *theWindow, short *x, short *y,
|
| H A D | session.c | 274 WriteWinConfigEntry(FILE *configFile, TwmWindow *theWindow, argument 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 513 GetWindowConfig(TwmWindow * theWindow,short * x,short * y,unsigned short * width,unsigned short * height,Bool * iconified,Bool * icon_info_present,short * icon_x,short * icon_y,Bool * width_ever_changed_by_user,Bool * height_ever_changed_by_user) argument 674 TwmWindow *theWindow; local in function:SaveYourselfPhase2CB [all...] |
| /xsrc/external/mit/smproxy/dist/ |
| H A D | 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 201 WriteProxyFileEntry(FILE * proxyFile,WinInfo * theWindow) argument 440 LookupClientID(WinInfo * theWindow) argument [all...] |
| H A D | smproxy.h | 100 extern int WriteProxyFileEntry ( FILE *proxyFile, WinInfo *theWindow ); 104 extern char * LookupClientID ( WinInfo *theWindow );
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | session.c | 88 static int WriteWinConfigEntry(FILE *configFile, TwmWindow *theWindow, 370 static int WriteWinConfigEntry(FILE *configFile, TwmWindow *theWindow, argument 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 704 GetWindowConfig(TwmWindow * theWindow,short * x,short * y,unsigned short * width,unsigned short * height,bool * iconified,bool * icon_info_present,short * icon_x,short * icon_y,bool * width_ever_changed_by_user,bool * height_ever_changed_by_user,int * occupation) argument 888 TwmWindow *theWindow; local in function:SaveYourselfPhase2CB [all...] |
| H A D | session.h | 47 int GetWindowConfig(TwmWindow *theWindow,
|
Completed in 5 milliseconds