/[oroborus]/oroborus/src/oroborus.h
ViewVC logotype

Diff of /oroborus/src/oroborus.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by dreamind, Mon May 26 00:28:17 2003 UTC revision 1.36 by dreamind, Thu Jun 26 12:11:04 2003 UTC
# Line 226  struct _Client Line 226  struct _Client
226    long win_workspace;   /**< the current workspace of the client */    long win_workspace;   /**< the current workspace of the client */
227    int ignore_unmap,     /**< ignore the unmap request. */    int ignore_unmap,     /**< ignore the unmap request. */
228          focus,          /**< the client has the focus. */          focus,          /**< the client has the focus. */
229          non_focusing,   /**< client is non-focusing, like it does not want the focus. */          non_focusing;   /**< client is non-focusing, like it does not want the focus. */
         not_warp_to_next;  
                         /**< do not warp to the next client, (warp the mouse) when closing this client. */  
230    Client *next;         /**< pointer to the next client. */    Client *next;         /**< pointer to the next client. */
231    Client *prev;         /**< pointer to the previous client */    Client *prev;         /**< pointer to the previous client */
232    Client *transientFor; /**< pointer to the client, for which the current client is transient, ie its a dialog or popup window. */    Client *transientFor; /**< pointer to the client, for which the current client is transient, ie its a dialog or popup window. */

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26