diff src/aosd/ghosd-main.c @ 623:443de962d0a0 trunk

[svn] - aosd: revert window type setting
author giacomo
date Thu, 08 Feb 2007 16:20:27 -0800
parents 6584e697e6da
children 16e51fb5908e
line wrap: on
line diff
--- a/src/aosd/ghosd-main.c	Thu Feb 08 09:10:38 2007 -0800
+++ b/src/aosd/ghosd-main.c	Thu Feb 08 16:20:27 2007 -0800
@@ -24,7 +24,7 @@
 ghosd_main_iteration(Ghosd *ghosd) {
   XEvent ev, pev;
   XNextEvent(ghosd->dpy, &ev);
-  
+
   /* smash multiple configure/exposes into one. */
   if (ev.type == ConfigureNotify) {
     while (XPending(ghosd->dpy)) {