OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:save_frame_y
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/ctwm/dist/
twm_window_struct.h
202
int
save_frame_y
; ///< y position of frame (saved from zoom)
member in struct:TwmWindow
win_resize.c
941
dragy = tmp_win->
save_frame_y
;
972
tmp_win->
save_frame_y
= dragy;
1100
if(dragy + dragHeight < tmp_win->
save_frame_y
+ tmp_win->save_frame_height) {
1101
dragy = tmp_win->
save_frame_y
+ tmp_win->save_frame_height - dragHeight;
functions_win_moveresize.c
1126
tmp_win->
save_frame_y
= tmp_win->frame_y;
1142
if(newy + newh < tmp_win->
save_frame_y
+ tmp_win->save_frame_height) {
1143
newy = tmp_win->
save_frame_y
+
/xsrc/external/mit/twm/dist/src/
twm.h
297
int
save_frame_y
; /* y position of frame */
member in struct:TwmWindow
resize.c
931
dragy = tmp_win->
save_frame_y
;
939
tmp_win->
save_frame_y
= dragy;
Completed in 55 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026