Home
last modified time | relevance | path

Searched refs:workspace_count (Results 1 – 25 of 59) sorted by relevance

123

/dports/x11-wm/windowmaker/WindowMaker-0.95.9/src/
H A Dworkspace.c88 if (scr->workspace_count < MAX_WORKSPACES) { in wWorkspaceNew()
89 scr->workspace_count++; in wWorkspaceNew()
127 return scr->workspace_count - 1; in wWorkspaceNew()
162 for (i = 0; i < scr->workspace_count; i++) { in wWorkspaceDelete()
176 scr->workspace_count--; in wWorkspaceDelete()
188 while (i > scr->workspace_count) in wWorkspaceDelete()
197 while (i > scr->workspace_count) in wWorkspaceDelete()
466 if (w < scr->workspace_count) { in wWorkspaceRelativeChange()
488 if (workspace > scr->workspace_count - 1) in wWorkspaceForceChange()
713 if (workspace >= scr->workspace_count) in wWorkspaceRename()
[all …]
H A Dwsmap.c226 …mini_workspace_cnt = (wsmap->scr->workspace_count <= 2 * mini_workspace_per_line) ? wsmap->scr->wo… in workspace_map_realize()
348 …mini_workspace_cnt = (scr->workspace_count <= 2 * mini_workspace_per_line) ? scr->workspace_count in create_mini_workspace()
377 if (scr->workspace_count == 0) in create_workspace_map()
391 (scr->workspace_count > mini_workspace_per_line ? 2 : 1); in create_workspace_map()
437 if (wsmap->scr->workspace_count <= bulk_of_ten * 2 * mini_workspace_per_line) in update_mini_workspace()
442 mini_workspace_cnt = wsmap->scr->workspace_count - wsmap_bulk_index * 2 * mini_workspace_per_line; in update_mini_workspace()
448 if (general_index < wsmap->scr->workspace_count) { in update_mini_workspace()
469 if (local_index < wsmap->scr->workspace_count) in update_mini_workspace()
H A Dsession.c240 for (i = 0; i < scr->workspace_count; i++) in makeWindowState()
243 if (i < scr->workspace_count) in makeWindowState()
387 for (i = 0; i < scr->workspace_count; i++) { in getWindowState()
496 for (j = 0; j < scr->workspace_count; j++) { in wSessionRestoreState()
518 } else if (n > 0 && n <= scr->workspace_count) { in wSessionRestoreState()
583 if (w != scr->current_workspace && w < scr->workspace_count) in wSessionRestoreLastWorkspace()
H A Dwmspec.c355 if (scr->workspace_count == 0) in wNETWMUpdateDesktop()
358 count = scr->workspace_count * 2; in wNETWMUpdateDesktop()
363 for (i = 0; i < scr->workspace_count; i++) { in wNETWMUpdateDesktop()
795 if (scr->workspace_count == 0) in wNETWMUpdateWorkarea()
798 nb_workspace = scr->workspace_count; in wNETWMUpdateWorkarea()
917 count = scr->workspace_count; in updateWorkspaceCount()
940 for (i = 0; i < scr->workspace_count; i++) { in updateWorkspaceNames()
1613 if (value > scr->workspace_count) { in wNETWMProcessClientMessage()
1614 wWorkspaceMake(scr, value - scr->workspace_count); in wNETWMProcessClientMessage()
1615 } else if (value < scr->workspace_count) { in wNETWMProcessClientMessage()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/src/
H A Dworkspace.c88 if (scr->workspace_count < MAX_WORKSPACES) { in wWorkspaceNew()
89 scr->workspace_count++; in wWorkspaceNew()
127 return scr->workspace_count - 1; in wWorkspaceNew()
162 for (i = 0; i < scr->workspace_count; i++) { in wWorkspaceDelete()
176 scr->workspace_count--; in wWorkspaceDelete()
188 while (i > scr->workspace_count) in wWorkspaceDelete()
197 while (i > scr->workspace_count) in wWorkspaceDelete()
466 if (w < scr->workspace_count) { in wWorkspaceRelativeChange()
488 if (workspace > scr->workspace_count - 1) in wWorkspaceForceChange()
713 if (workspace >= scr->workspace_count) in wWorkspaceRename()
[all …]
H A Dwsmap.c226 …mini_workspace_cnt = (wsmap->scr->workspace_count <= 2 * mini_workspace_per_line) ? wsmap->scr->wo… in workspace_map_realize()
348 …mini_workspace_cnt = (scr->workspace_count <= 2 * mini_workspace_per_line) ? scr->workspace_count in create_mini_workspace()
377 if (scr->workspace_count == 0) in create_workspace_map()
391 (scr->workspace_count > mini_workspace_per_line ? 2 : 1); in create_workspace_map()
437 if (wsmap->scr->workspace_count <= bulk_of_ten * 2 * mini_workspace_per_line) in update_mini_workspace()
442 mini_workspace_cnt = wsmap->scr->workspace_count - wsmap_bulk_index * 2 * mini_workspace_per_line; in update_mini_workspace()
448 if (general_index < wsmap->scr->workspace_count) { in update_mini_workspace()
469 if (local_index < wsmap->scr->workspace_count) in update_mini_workspace()
H A Dsession.c240 for (i = 0; i < scr->workspace_count; i++) in makeWindowState()
243 if (i < scr->workspace_count) in makeWindowState()
387 for (i = 0; i < scr->workspace_count; i++) { in getWindowState()
496 for (j = 0; j < scr->workspace_count; j++) { in wSessionRestoreState()
518 } else if (n > 0 && n <= scr->workspace_count) { in wSessionRestoreState()
583 if (w != scr->current_workspace && w < scr->workspace_count) in wSessionRestoreLastWorkspace()
H A Dwmspec.c355 if (scr->workspace_count == 0) in wNETWMUpdateDesktop()
358 count = scr->workspace_count * 2; in wNETWMUpdateDesktop()
363 for (i = 0; i < scr->workspace_count; i++) { in wNETWMUpdateDesktop()
795 if (scr->workspace_count == 0) in wNETWMUpdateWorkarea()
798 nb_workspace = scr->workspace_count; in wNETWMUpdateWorkarea()
917 count = scr->workspace_count; in updateWorkspaceCount()
940 for (i = 0; i < scr->workspace_count; i++) { in updateWorkspaceNames()
1613 if (value > scr->workspace_count) { in wNETWMProcessClientMessage()
1614 wWorkspaceMake(scr, value - scr->workspace_count); in wNETWMProcessClientMessage()
1615 } else if (value < scr->workspace_count) { in wNETWMProcessClientMessage()
[all …]
/dports/x11-wm/oroborus/oroborus-2.0.20/src/
H A Dworkspaces.c56 new_ws = workspace_count - 1; in workspaceSwitch()
57 if (new_ws > workspace_count - 1 && wrap_workspaces) in workspaceSwitch()
59 if (new_ws < 0 || new_ws > workspace_count - 1 || new_ws == workspace) in workspaceSwitch()
117 if (count == workspace_count) in workspaceSetCount()
122 workspace_count = count; in workspaceSetCount()
H A Devents.c179 workspaceSetCount (workspace_count + 1); in handleKeyPress()
180 setNetWorkarea (margins, workspace_count); in handleKeyPress()
183 workspaceSetCount (workspace_count - 1); in handleKeyPress()
184 setNetWorkarea (margins, workspace_count); in handleKeyPress()
291 workspaceSetCount (workspace_count + 1); in handleKeyPress()
292 setNetWorkarea (margins, workspace_count); in handleKeyPress()
295 workspaceSetCount (workspace_count - 1); in handleKeyPress()
296 setNetWorkarea (margins, workspace_count); in handleKeyPress()
669 setNetWorkarea (margins, workspace_count); in handlePropertyNotify()
674 setNetWorkarea (margins, workspace_count); in handlePropertyNotify()
[all …]
H A Dglobals.h76 extern int workspace_count,
H A Dglobals.c97 int workspace_count = -1, variable
H A Dsettings.c331 if (workspace_count < 0) in loadSettings()
333 workspace_count = abs (atoi (getValue ("workspace_count", rc))); in loadSettings()
334 setGnomeHint (root, win_workspace_count, workspace_count); in loadSettings()
335 setGnomeHint (root, net_atoms[NET_NUMBER_OF_DESKTOPS], workspace_count); in loadSettings()
/dports/x11/3ddesktop/3ddesktop-0.2.9/
H A Dxutil.cpp104 nc = wi.workspace_count;
121 nc = wi.workspace_count;
134 nc = wi.workspace_count;
143 nc = wi.workspace_count;
159 nc = wi.workspace_count;
443 info->workspace_count = 1;
445 info->workspace_count = (long) * (long *)val;
502 info->workspace_count = 1;
539 int workspace_count;
543 fscanf(pipe,"%i",&workspace_count);
[all …]
H A Dxutil.hpp45 long workspace_count;
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dworkspaces.c204 if ((n >= 0) && (n < (gint) screen_info->workspace_count)) in workspaceMove()
212 n = screen_info->workspace_count - 1; in workspaceMove()
269 if (new_ws > (gint) screen_info->workspace_count - 1) in workspaceSwitch()
275 new_ws = (gint) screen_info->workspace_count - 1; in workspaceSwitch()
278 else if ((new_ws > (gint) screen_info->workspace_count - 1) || (new_ws < 0)) in workspaceSwitch()
437 if (count == screen_info->workspace_count) in workspaceSetCount()
444 screen_info->workspace_count = count; in workspaceSetCount()
458 setNetWorkarea (display_info, screen_info->xroot, screen_info->workspace_count, in workspaceSetCount()
461 getDesktopLayout (display_info, screen_info->xroot, screen_info->workspace_count, in workspaceSetCount()
476 count = screen_info->workspace_count; in workspaceInsert()
[all …]
H A Devents.c411 if ((guint) (key - KEY_MOVE_WORKSPACE_1) < screen_info->workspace_count) in handleKeyPress()
517 workspaceSetCount (ev_screen_info, ev_screen_info->workspace_count + 1); in handleKeyPress()
521 workspaceSetCount (ev_screen_info, ev_screen_info->workspace_count - 1); in handleKeyPress()
542 if ((guint) (key - KEY_WORKSPACE_1) < ev_screen_info->workspace_count) in handleKeyPress()
1452 if (screen_info->params->wrap_workspaces && screen_info->workspace_count > 1) in handleEnterNotify()
1889 …getDesktopLayout(display_info, screen_info->xroot, screen_info->workspace_count, &screen_info->des… in handlePropertyNotify()
1985 if ((ev->data.l[0] >= 0) && (ev->data.l[0] < (long) screen_info->workspace_count) && in handleClientMessage()
1995 if (ev->data.l[0] != (long) screen_info->workspace_count) in handleClientMessage()
2647 c->win_workspace, screen_info->workspace_count, in show_window_menu()
2793 setNetWorkarea (display_info, screen_info->xroot, screen_info->workspace_count, in size_changed_cb()
[all …]
/dports/x11-wm/blackbox/blackbox-0.70.1/src/
H A DScreenResource.hh105 { return workspace_count; } in workspaceCount()
107 { workspace_count = w; } in setWorkspaceCount()
123 unsigned int workspace_count; member in ScreenResource
/dports/x11-wm/oroborus/oroborus-2.0.20/debian/
H A Doroborusrc87 # workspace_count=number
88 workspace_count=4
/dports/graphics/weston/weston-1.9.0/ivi-shell/
H A Dhmi-controller.c118 int32_t workspace_count; member
1065 hmi_ctrl->workspace_count++; in ivi_hmi_controller_add_launchers()
1070 hmi_ctrl->workspace_count++; in ivi_hmi_controller_add_launchers()
1073 x = nx * fcell_size_x + (hmi_ctrl->workspace_count - 1) * width + space_x; in ivi_hmi_controller_add_launchers()
1096 hmi_ctrl->workspace_background_layer.width * hmi_ctrl->workspace_count; in ivi_hmi_controller_add_launchers()
1280 page_no = clamp(page_no, 0, hmi_ctrl->workspace_count - 1); in move_workspace_grab_end()
1529 int32_t workspace_count = hmi_ctrl->workspace_count; in move_grab_init_workspace() local
1542 rgn[0][0] = wl_fixed_from_int(-workspace_width * (workspace_count - 1)); in move_grab_init_workspace()
1596 if (hmi_ctrl->workspace_count < 2) in ivi_hmi_controller_workspace_control()
/dports/x11-wm/oroborus/oroborus-2.0.20/
H A Dexample.oroborusrc140 # workspace_count=number
141 workspace_count=4
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/ivi-shell/
H A Dhmi-controller.c127 int32_t workspace_count; member
1227 hmi_ctrl->workspace_count++; in ivi_hmi_controller_add_launchers()
1232 hmi_ctrl->workspace_count++; in ivi_hmi_controller_add_launchers()
1235 x = nx * fcell_size_x + (hmi_ctrl->workspace_count - 1) * width + space_x; in ivi_hmi_controller_add_launchers()
1258 hmi_ctrl->workspace_background_layer.width * hmi_ctrl->workspace_count; in ivi_hmi_controller_add_launchers()
1442 page_no = clamp(page_no, 0, hmi_ctrl->workspace_count - 1); in move_workspace_grab_end()
1730 int32_t workspace_count = hmi_ctrl->workspace_count; in move_grab_init_workspace() local
1745 rgn[0][0] = wl_fixed_from_int(-workspace_width * (workspace_count - 1)); in move_grab_init_workspace()
1799 if (hmi_ctrl->workspace_count < 2) in ivi_hmi_controller_workspace_control()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/ivi-shell/
H A Dhmi-controller.c127 int32_t workspace_count; member
1227 hmi_ctrl->workspace_count++; in ivi_hmi_controller_add_launchers()
1232 hmi_ctrl->workspace_count++; in ivi_hmi_controller_add_launchers()
1235 x = nx * fcell_size_x + (hmi_ctrl->workspace_count - 1) * width + space_x; in ivi_hmi_controller_add_launchers()
1258 hmi_ctrl->workspace_background_layer.width * hmi_ctrl->workspace_count; in ivi_hmi_controller_add_launchers()
1442 page_no = clamp(page_no, 0, hmi_ctrl->workspace_count - 1); in move_workspace_grab_end()
1730 int32_t workspace_count = hmi_ctrl->workspace_count; in move_grab_init_workspace() local
1745 rgn[0][0] = wl_fixed_from_int(-workspace_width * (workspace_count - 1)); in move_grab_init_workspace()
1799 if (hmi_ctrl->workspace_count < 2) in ivi_hmi_controller_workspace_control()
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/defaults/
H A Ddefaults74 workspace_count=4
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-toolkit/config/
H A Dsraconfigmodel.h112 uint32_t workspace_count ();

123