Enlightenment CVS committal Author : codewarrior Project : e17 Module : proto
Dir : e17/proto/enterminus/src/bin Modified Files: enterm.c Log Message: fix stepping =================================================================== RCS file: /cvsroot/enlightenment/e17/proto/enterminus/src/bin/enterm.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- enterm.c 12 Jun 2005 11:03:51 -0000 1.5 +++ enterm.c 12 Jun 2005 11:48:08 -0000 1.6 @@ -12,8 +12,9 @@ t = evas_object_smart_data_get(term); ecore_evas_data_set(ee, "term", term); ecore_evas_callback_resize_set(ee, enterm_cb_resize); - ecore_x_icccm_step_size_set(ecore_evas_software_x11_window_get(ee), - t->font.width, t->font.height); + ecore_x_icccm_size_pos_hints_set(ecore_evas_software_x11_window_get(ee), 0, + ECORE_X_GRAVITY_NW, 0, 0, 0, 0, 0, 0, + t->font.width, t->font.height, 0.0, 0.0); ecore_event_handler_add(TERM_EVENT_TITLE_CHANGE, enterm_cb_title_change, ee); ecore_evas_resize(ee, t->w, t->h); ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs