Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_win32


Modified Files:
        ecore_win32_window.c 


Log Message:
print debug after initialization. Thanks to Dmitriy Mazovka

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_win32/ecore_win32_window.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ecore_win32_window.c        26 May 2008 05:16:34 -0000      1.4
+++ ecore_win32_window.c        10 Jun 2008 22:12:12 -0000      1.5
@@ -454,8 +454,8 @@
 
    if (!window) return;
 
-   printf ("ecore_win32_window_size_min_get : %p  %d %d\n", window, 
w->min_width, w->min_height);
    w = (struct _Ecore_Win32_Window *)window;
+   printf ("ecore_win32_window_size_min_get : %p  %d %d\n", window, 
w->min_width, w->min_height);
    if (min_width) *min_width = w->min_width;
    if (min_height) *min_height = w->min_height;
 }
@@ -484,8 +484,8 @@
 
    if (!window) return;
 
-   printf ("ecore_win32_window_size_max_get : %p  %d %d\n", window, 
w->max_width, w->max_height);
    w = (struct _Ecore_Win32_Window *)window;
+   printf ("ecore_win32_window_size_max_get : %p  %d %d\n", window, 
w->max_width, w->max_height);
    if (max_width) *max_width = w->max_width;
    if (max_height) *max_height = w->max_height;
 }
@@ -514,8 +514,8 @@
 
    if (!window) return;
 
-   printf ("ecore_win32_window_size_base_get : %p  %d %d\n", window, 
w->base_width, w->base_height);
    w = (struct _Ecore_Win32_Window *)window;
+   printf ("ecore_win32_window_size_base_get : %p  %d %d\n", window, 
w->base_width, w->base_height);
    if (base_width) *base_width = w->base_width;
    if (base_height) *base_height = w->base_height;
 }
@@ -544,8 +544,8 @@
 
    if (!window) return;
 
-   printf ("ecore_win32_window_size_step_get : %p  %d %d\n", window, 
w->step_width, w->step_height);
    w = (struct _Ecore_Win32_Window *)window;
+   printf ("ecore_win32_window_size_step_get : %p  %d %d\n", window, 
w->step_width, w->step_height);
    if (step_width) *step_width = w->step_width;
    if (step_height) *step_height = w->step_height;
 }



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to