Home
last modified time | relevance | path

Searched refs:ASDefaultScrWidth (Results 1 – 7 of 7) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Dfunctions.h273 #define MAX_MENU_WIDTH (ASDefaultScrWidth>>1)
276 #define MAX_MENU_X (ASDefaultScrWidth-5)
279 #define DEFAULT_ARROW_SIZE (ASDefaultScrWidth>>7)
280 #define DEFAULT_SCROLLBAR_SIZE (ASDefaultScrWidth>>6)
H A Dballoon.c57 if (width > ASDefaultScrWidth) in set_active_balloon_look()
58 width = ASDefaultScrWidth; in set_active_balloon_look()
69 else if (x + width > ASDefaultScrWidth) in set_active_balloon_look()
70 x = ASDefaultScrWidth - width; in set_active_balloon_look()
83 if (x + dl >= ASDefaultScrWidth) in set_active_balloon_look()
H A Dasapp.h330 #define ASDefaultScrWidth (ASDefaultScr->MyDisplayWidth) macro
H A Dbackground.c131 pix = mystyle_make_pixmap (style, ASDefaultScrWidth, ASDefaultScrHeight, None); in BackgroundSetMyStyle()
H A Dmystyle.c263 if (x + width > ASDefaultScrWidth) in grab_root_asimage()
264 width = (int)(ASDefaultScrWidth) - x; in grab_root_asimage()
390 clip_x += ASDefaultScrWidth; in clip_root_pixmap()
H A Dsession.c681 if (ASDefaultScrWidth > 0) { in check_AfterStep_dirtree()
683 fprintf (p, "AS_RootGeometry=%dx%d;\n", ASDefaultScrWidth, in check_AfterStep_dirtree()
H A Dfunctions.c391 defaults[0] = ASDefaultScrWidth; in decode_func_units()