diff options
-rw-r--r-- | src/lib/ecore_cocoa/ecore_cocoa.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_cocoa/ecore_cocoa.m b/src/lib/ecore_cocoa/ecore_cocoa.m index 6197d58eed..aa74b946a4 100644 --- a/src/lib/ecore_cocoa/ecore_cocoa.m +++ b/src/lib/ecore_cocoa/ecore_cocoa.m | |||
@@ -349,7 +349,7 @@ ecore_cocoa_screen_size_get(Ecore_Cocoa_Screen *screen EINA_UNUSED, int *w, int | |||
349 | 349 | ||
350 | if (w) *w = (int)pt.width; | 350 | if (w) *w = (int)pt.width; |
351 | if (h) *h = (int)pt.height; | 351 | if (h) *h = (int)pt.height; |
352 | 352 | ||
353 | DBG("Screen size get : %dx%d", (int)pt.width, (int)pt.height); | 353 | DBG("Screen size get : %dx%d", (int)pt.width, (int)pt.height); |
354 | } | 354 | } |
355 | 355 | ||