diff src/aosd/ghosd.h @ 911:0010163f8e25 trunk

[svn] - aosd: added support to detect whether a composite manager is running (either standard with _NET_WM_CM_Sn or xcompmgr)
author giacomo
date Wed, 04 Apr 2007 07:48:53 -0700
parents 8b4b381b4399
children
line wrap: on
line diff
--- a/src/aosd/ghosd.h	Mon Apr 02 13:54:59 2007 -0700
+++ b/src/aosd/ghosd.h	Wed Apr 04 07:48:53 2007 -0700
@@ -38,7 +38,8 @@
 void   ghosd_destroy(Ghosd* ghosd);
 #ifdef HAVE_XCOMPOSITE
 Ghosd *ghosd_new_with_argbvisual(void);
-int ghosd_check_composite(void);
+int ghosd_check_composite_ext(void);
+int ghosd_check_composite_mgr(void);
 #endif
 
 #define GHOSD_COORD_CENTER INT_MAX