Searched refs:width_ever_changed_by_user (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dsession.h33 bool width_ever_changed_by_user; member in struct:TWMWinConfigEntry
53 bool *width_ever_changed_by_user,
H A Dsession.c606 entry->width_ever_changed_by_user = byte;
614 entry->width_ever_changed_by_user = False;
708 bool *width_ever_changed_by_user,
810 *width_ever_changed_by_user = ptr->width_ever_changed_by_user;
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
H A Dadd_window.c287 bool width_ever_changed_by_user; local in function:AddWindow
294 &width_ever_changed_by_user,
303 tmp_win->widthEverChangedByUser = width_ever_changed_by_user;
306 if(width_ever_changed_by_user) {
/xsrc/external/mit/twm/dist/src/
H A Dsession.h38 Bool *width_ever_changed_by_user,
H A Dsession.c445 entry->width_ever_changed_by_user = byte;
452 entry->width_ever_changed_by_user = False;
519 Bool *width_ever_changed_by_user,
614 *width_ever_changed_by_user = ptr->width_ever_changed_by_user;
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
H A Dtwm.h335 Bool width_ever_changed_by_user; member in struct:TWMWinConfigEntry
H A Dadd_window.c162 Bool width_ever_changed_by_user; local in function:AddWindow
207 &width_ever_changed_by_user,
212 tmp_win->widthEverChangedByUser = width_ever_changed_by_user;
215 if (width_ever_changed_by_user)

Completed in 9 milliseconds