/[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.23 by dreamind, Sun Feb 9 18:25:29 2003 UTC revision 1.24 by dreamind, Mon Feb 10 01:53:11 2003 UTC
# Line 34  Line 34 
34  #include <unistd.h>  #include <unistd.h>
35  #include <getopt.h>  #include <getopt.h>
36  #include <locale.h>  #include <locale.h>
37    #include <signal.h>
38  #include <sys/time.h>  #include <sys/time.h>
39    #include <sys/wait.h>
40    #include <sys/types.h>
41  #include <time.h>  #include <time.h>
42  #include "misc.h"  #include "misc.h"
43  #include "hints.h"  #include "hints.h"
# Line 189  struct _Client Line 192  struct _Client
192          long win_state;          long win_state;
193          long win_layer;          long win_layer;
194          long win_workspace;          long win_workspace;
195          int ignore_unmap, focus;          int ignore_unmap, focus, non_focusing;
196          Client *next;          Client *next;
197          Client *prev;          Client *prev;
198          Client *transientFor;          Client *transientFor;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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