comparison src/aosd/ghosd.c @ 2065:5a06a09a0bbe

Now aosd must be really warning clean.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Sun, 14 Oct 2007 14:02:30 +0300
parents 5911d74d2954
children
comparison
equal deleted inserted replaced
2064:c8d55b929442 2065:5a06a09a0bbe
22 #endif 22 #endif
23 23
24 #include "ghosd.h" 24 #include "ghosd.h"
25 #include "ghosd-internal.h" 25 #include "ghosd-internal.h"
26 26
27 #if 0
27 static unsigned long 28 static unsigned long
28 get_current_workspace(Ghosd *ghosd) { 29 get_current_workspace(Ghosd *ghosd) {
29 Atom cur_workspace_atom; 30 Atom cur_workspace_atom;
30 Atom type; 31 Atom type;
31 int format; 32 int format;
45 } 46 }
46 47
47 /* fall back to desktop number 0 */ 48 /* fall back to desktop number 0 */
48 return 0; 49 return 0;
49 } 50 }
51 #endif
50 52
51 #ifdef HAVE_XCOMPOSITE 53 #ifdef HAVE_XCOMPOSITE
52 static Bool 54 static Bool
53 composite_find_manager(Display *dpy, int scr) 55 composite_find_manager(Display *dpy, int scr)
54 { 56 {