Fix typo (a period != a comma) ;)

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77633
This commit is contained in:
Christopher Michael 2012-10-09 09:51:21 +00:00 committed by Christopher Michael
parent 9f188af2d8
commit 3c6e2fabf3
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ ecore_x_screensaver_custom_blanking_enable(void)
(_ecore_xcb_conn,
((xcb_screen_t *)_ecore_xcb_screen)->root,
-9999, -9999, 1, 1, 0,
XCB_WINDOW_CLASS_INPUT_ONLY.
XCB_WINDOW_CLASS_INPUT_ONLY,
XCB_COPY_FROM_PARENT, XCB_COPY_FROM_PARENT,
0, mask_list);
return EINA_TRUE;