Home
last modified time | relevance | path

Searched refs:fullscreen_attr (Results 1 – 4 of 4) sorted by relevance

/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DTcPreferences.cpp46 const char *fullscreen_attr = xScreen->Attribute("fullscreen"); in TcPreferences() local
47 if (fullscreen_attr == NULL) in TcPreferences()
49 if (strcmp(fullscreen_attr, "yes") == 0) in TcPreferences()
51 else if (strcmp(fullscreen_attr, "no") == 0) in TcPreferences()
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinWm.c2869 int fullscreen_attr_changed = 0, fullscreen_attr = 0; in WmAttributesCmd() local
3049 fullscreen_attr = boolean; in WmAttributesCmd()
3100 if (fullscreen_attr) { in WmAttributesCmd()
3128 TkpWmSetFullScreen(winPtr, fullscreen_attr); in WmAttributesCmd()
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinWm.c3084 int fullscreen_attr_changed = 0, fullscreen_attr = 0; in WmAttributesCmd() local
3262 fullscreen_attr = boolean; in WmAttributesCmd()
3312 if (fullscreen_attr) { in WmAttributesCmd()
3339 TkpWmSetFullScreen(winPtr, fullscreen_attr); in WmAttributesCmd()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinWm.c3029 int fullscreen_attr_changed = 0, fullscreen_attr = 0; in WmAttributesCmd() local
3212 fullscreen_attr = boolean; in WmAttributesCmd()
3263 if (fullscreen_attr) { in WmAttributesCmd()
3291 TkpWmSetFullScreen(winPtr, fullscreen_attr); in WmAttributesCmd()