Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_ipc_handlers.h Log Message: Add the maximize policy reply =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_ipc_handlers.h,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- e_ipc_handlers.h 18 Jun 2005 12:51:00 -0000 1.37 +++ e_ipc_handlers.h 18 Jun 2005 13:30:25 -0000 1.38 @@ -1450,6 +1450,27 @@ #endif #undef HDL +/****************************************************************************/ +#define HDL E_IPC_OP_MAXIMIZE_POLICY_GET_REPLY +#if (TYPE == E_REMOTE_OPTIONS) +#elif (TYPE == E_REMOTE_OUT) +#elif (TYPE == E_WM_IN) +#elif (TYPE == E_REMOTE_IN) + START_INT(policy, HDL); + if (policy == E_MAXIMIZE_ZOOM) + printf("REPLY: ZOOM\n"); + else if (policy == E_MAXIMIZE_FULLSCREEN) + printf("REPLY: FULLSCREEN\n"); + else if (policy == E_MAXIMIZE_SMART) + printf("REPLY: SMART\n"); + else if (policy == E_MAXIMIZE_EXPAND) + printf("REPLY: EXPAND\n"); + else if (policy == E_MAXIMIZE_FILL) + printf("REPLY: FILL\n"); + END_INT +#endif +#undef HDL + #if 0 } #endif ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs