HomeSort by: relevance | last modified time | path
    Searched refs:occupation (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/client/
demolib.c 18 char **wlist, **wl, **occupation; local
70 fprintf(stderr, "cannot obtain occupation of window %lu\n", awindow);
73 printf("Occupation of window %lu: ", awindow);
82 occupation = calloc(3, sizeof(char *));
83 occupation [0] = awspc1;
84 occupation [1] = awspc2;
85 occupation [2] = NULL;
86 status = CtwmSetOccupation(dpy, awindow, occupation);
88 fprintf(stderr, "cannot change the occupation of window %lu\n", awindow);
90 printf("occupation of window %lu changed to 'lecom', 'root'\n", awindow)
    [all...]
ctwm_client.h 17 char **occupation);
libctwm.c 180 int CtwmSetOccupation(Display *display, Window window, char **occupation)
191 occ = occupation;
194 len += strlen(*occupation) + 1;
199 while(*occupation) {
200 strcpy(o, *occupation);
201 o += strlen(*occupation) + 1;
202 occupation++;
  /xsrc/external/mit/ctwm/dist/
session.h 39 int occupation; member in struct:TWMWinConfigEntry
55 int *occupation /* <== [ Matthew McNeill Feb 1997 ] == */
occupation.c 2 * Occupation handling bits
27 #include "occupation.h"
46 * The window whose occupation is currently being manipulated.
65 * First, funcs related to setting and changing a window's occupation.
72 * Setup the occupation of a TwmWindow. Called as part of the
88 twm_win->occupation = 1 << 0; /* occupy workspace #0 */
99 /*twm_win->occupation = twm_win->iswinbox ? fullOccupation : 0;*/
100 twm_win->occupation = 0;
105 twm_win->occupation |= 1 << ws->number;
111 twm_win->occupation = fullOccupation
    [all...]
twm_window_struct.h 239 int occupation; ///< Workspaces the window is in (bitmap) member in struct:TwmWindow
ewmh.c 49 #include "occupation.h"
1495 else if(twm_win->occupation == fullOccupation) {
1506 int occupation = twm_win->occupation; local
1515 occupation &= ~(1 << wsn);
1521 if(occupation != 0) {
1526 if(occupation & mask) {
1606 int occupation; local
1608 occupation = 0;
1618 occupation = fullOccupation
1652 int occupation; local
    [all...]
workspace_manager.c 24 #include "occupation.h"
497 tmp_win->occupation = fullOccupation;
943 * complex, it's changing window occupation in various different ways, or
985 * change its window's occupation.
1094 * actual occupation changes etc. come at the end of the
1161 int newocc = win->occupation & ~(1 << oldws->number);
1504 * wanted to switch workspaces. Don't do any occupation change, And
1582 int occupation; local
1592 occupation = win->occupation;
1613 int occupation; local
    [all...]
iconmgr.c 38 #include "occupation.h"
178 // occupation for icon managers, nor clear vs if occupation
182 p->twm_win->occupation = 1 << ws->number;
191 p->twm_win->occupation = 1;
197 "name='%s' x=%d y=%d w=%d h=%d occupation=%x\n",
199 gx, gy, p->width, p->height, p->twm_win->occupation);
742 if((tmp_win->occupation & ip->twm_win->occupation) == 0) {
996 if((tmp_win->occupation & ip->twm_win->occupation) != 0)
    [all...]
session.c 197 * Matthew McNeill Feb 1997 - required to save the occupation state as an
275 * Matthew McNeill Feb 1997 - required to save the occupation state as an
363 * Workspace Occupation 4
497 * write an extra piece of information to the file, this is the occupation
501 if(!write_int(configFile, theWindow->occupation)) {
619 * read in the occupation information to restore the windows to the
623 if(!read_int(configFile, &entry->occupation)) {
700 * Matthew McNeill Feb 1997 - added extra parameter (occupation) to return
701 * restored occupation of the window
710 int *occupation) /* <== [ Matthew McNeill Feb 1997 ] == *
    [all...]
ctwm.h 369 #define OCCUPY(w, b) ((b == NULL) ? 1 : (w->occupation & (1 << b->number)))
otp.c 268 fprintf(stderr, " title=%s occupation=%x ",
270 (unsigned int)twm_win->occupation);
event_handlers.c 52 #include "occupation.h"
1844 Tmp_win->occupation = 0;
2333 * vs where it shouldn't (inconsistent with its occupation).
  /xsrc/external/mit/ctwm/dist/cmake_files/
basic_vars.cmake 53 occupation.c

Completed in 14 milliseconds