Ignore:
Timestamp:
Jun 3, 2008 9:59:00 AM (5 years ago)
Author:
dkg
Message:

[svn-upgrade] Integrating new upstream version, xdotool (20080603)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/upstream/xdotool/current/xdo.h

    r1077 r1085  
    33 * - include this if you have code that uses xdo 
    44 * 
    5  * $Id: xdo.h 1876 2008-05-31 10:54:25Z jordansissel $ 
     5 * $Id: xdo.h 1891 2008-06-03 09:00:20Z jordansissel $ 
    66 */ 
    77 
     
    7777 
    7878/* Returns: windowlist and nwindows */ 
    79 void xdo_window_list_by_regex(xdo_t *xdo, char *regex, int flags, 
    80                               Window **windowlist, int *nwindows); 
     79int xdo_window_list_by_regex(xdo_t *xdo, char *regex, int flags, 
     80                             Window **windowlist, int *nwindows); 
Note: See TracChangeset for help on using the changeset viewer.