Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/utils


Modified Files:
        Esetroot.c 


Log Message:
Mon Apr 18 21:49:08 2005                        Michael Jennings (mej)

Re-indent code.
----------------------------------------------------------------------

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/utils/Esetroot.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- Esetroot.c  22 Apr 2003 15:14:20 -0000      1.17
+++ Esetroot.c  19 Apr 2005 01:57:24 -0000      1.18
@@ -8,7 +8,7 @@
  *
  */
 
-static const char cvs_ident[] = "$Id: Esetroot.c,v 1.17 2003/04/22 15:14:20 
mej Exp $";
+static const char cvs_ident[] = "$Id: Esetroot.c,v 1.18 2005/04/19 01:57:24 
mej Exp $";
 
 #include "../config.h"
 
@@ -56,15 +56,18 @@
     if (prop_root != None && prop_esetroot != None) {
         XGetWindowProperty(Xdisplay, Xroot, prop_root, 0L, 1L, False, 
AnyPropertyType, &type, &format, &length, &after, &data_root);
         if (type == XA_PIXMAP) {
-            XGetWindowProperty(Xdisplay, Xroot, prop_esetroot, 0L, 1L, False, 
AnyPropertyType, &type, &format, &length, &after, &data_esetroot);
+            XGetWindowProperty(Xdisplay, Xroot, prop_esetroot, 0L, 1L, False, 
AnyPropertyType, &type, &format, &length, &after,
+                               &data_esetroot);
             if (data_root && data_esetroot) {
                 if (debug) {
-                    fprintf(stderr, "%s:%d:  set_pixmap_property(0x%08x):  
data_root == 0x%08x, data_esetroot == 0x%08x\n", __FILE__,
-                            __LINE__, (unsigned int) p, (unsigned int) 
*((Pixmap *) data_root), (unsigned int) *((Pixmap *) data_esetroot));
+                    fprintf(stderr, "%s:%d:  set_pixmap_property(0x%08x):  
data_root == 0x%08x, data_esetroot == 0x%08x\n",
+                            __FILE__, __LINE__, (unsigned int) p, (unsigned 
int) *((Pixmap *) data_root),
+                            (unsigned int) *((Pixmap *) data_esetroot));
                 }
                 if (type == XA_PIXMAP && *((Pixmap *) data_root) == *((Pixmap 
*) data_esetroot)) {
                     if (debug) {
-                        fprintf(stderr, "%s:%d:  set_pixmap_property(0x%08x):  
XKillClient() is being called.\n", __FILE__, __LINE__, (unsigned int) p);
+                        fprintf(stderr, "%s:%d:  set_pixmap_property(0x%08x):  
XKillClient() is being called.\n", __FILE__,
+                                __LINE__, (unsigned int) p);
                     }
                     XKillClient(Xdisplay, *((Pixmap *) data_root));
                 }
@@ -83,7 +86,8 @@
     XChangeProperty(Xdisplay, Xroot, prop_root, XA_PIXMAP, 32, 
PropModeReplace, (unsigned char *) &p, 1);
     XChangeProperty(Xdisplay, Xroot, prop_esetroot, XA_PIXMAP, 32, 
PropModeReplace, (unsigned char *) &p, 1);
     if (debug) {
-        fprintf(stderr, "%s:%d:  set_pixmap_property(0x%08x):  _XROOTPMAP_ID 
and ESETROOT_PMAP_ID set to 0x%08x.\n", __FILE__, __LINE__, (unsigned int) p, 
(unsigned int) p);
+        fprintf(stderr, "%s:%d:  set_pixmap_property(0x%08x):  _XROOTPMAP_ID 
and ESETROOT_PMAP_ID set to 0x%08x.\n", __FILE__,
+                __LINE__, (unsigned int) p, (unsigned int) p);
     }
     XSetCloseDownMode(Xdisplay, RetainPermanent);
     XFlush(Xdisplay);
@@ -145,13 +149,15 @@
     if (debug) {
         fprintf(stderr, "%s:%d:  Display name is \"%s\"\n", __FILE__, 
__LINE__, displayname ? displayname : "(nil)");
         fprintf(stderr, "%s:%d:  Background color name is \"%s\"\n", __FILE__, 
__LINE__, bgcolor ? bgcolor : "(nil)");
-        fprintf(stderr, "%s:%d:  Image will be %s\n", __FILE__, __LINE__, 
scale ? "scaled" : (center ? "centered" : (fit ? "fit" : "tiled")));
+        fprintf(stderr, "%s:%d:  Image will be %s\n", __FILE__, __LINE__,
+                scale ? "scaled" : (center ? "centered" : (fit ? "fit" : 
"tiled")));
         fprintf(stderr, "%s:%d:  Image file is %s\n", __FILE__, __LINE__, 
fname ? fname : "(nil)");
     }
     if (!displayname) {
         displayname = getenv("DISPLAY");
         if (debug) {
-            fprintf(stderr, "%s:%d:  Display name set to %s via 
getenv(\"DISPLAY\")\n", __FILE__, __LINE__, displayname ? displayname : 
"(nil)");
+            fprintf(stderr, "%s:%d:  Display name set to %s via 
getenv(\"DISPLAY\")\n", __FILE__, __LINE__,
+                    displayname ? displayname : "(nil)");
         }
     }
     if (!displayname) {
@@ -224,7 +230,8 @@
     }
     if (debug) {
         fprintf(stderr, "%s:%d:  Assigned width and height for rendering as 
%dx%d\n", __FILE__, __LINE__, w, h);
-        fprintf(stderr, "%s:%d:  Created %dx%d+%d+%d pixmap 0x%08x\n", 
__FILE__, __LINE__, scr->width, scr->height, x, y, (unsigned int) p);
+        fprintf(stderr, "%s:%d:  Created %dx%d+%d+%d pixmap 0x%08x\n", 
__FILE__, __LINE__, scr->width, scr->height, x, y,
+                (unsigned int) p);
         fprintf(stderr, "%s:%d:  Applied Graphics Context %8p to pixmap.\n", 
__FILE__, __LINE__, gc);
     }
     imlib_context_set_anti_alias(1);




-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to