/[antiright]/antiright/src/vdesk/vdesk.c
ViewVC logotype

Diff of /antiright/src/vdesk/vdesk.c

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

revision 1.1 by jefbed, Thu Jul 8 18:58:12 2004 UTC revision 1.2 by jefbed, Wed Dec 22 02:46:55 2004 UTC
# Line 70  get_window_desk_vis(Window w, long *ovis Line 70  get_window_desk_vis(Window w, long *ovis
70  long  long
71  get_wm_state(Window w)  get_wm_state(Window w)
72  {  {
73    Atom real_type; int real_format;    Atom real_type;
74      int real_format;
75    unsigned long items_read, items_left;    unsigned long items_read, items_left;
76    long *data, state = WithdrawnState;    long *data;
77      register long state = WithdrawnState;
78    
79    if (XGetWindowProperty(dpy, w, wm_state, 0L, 2L, False,    if (XGetWindowProperty(dpy, w, wm_state, 0L, 2L, False,
80                           wm_state, &real_type, &real_format,                           wm_state, &real_type, &real_format,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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