Changeset 3971 for pjproject/trunk
- Timestamp:
- Mar 9, 2012 3:03:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r3925 r3971 2826 2826 2827 2827 pos.x = 0; 2828 pos.y = 0;2828 pos.y = 10; 2829 2829 last = (wid == PJSUA_INVALID_ID) ? PJSUA_MAX_VID_WINS : wid; 2830 2830 … … 2840 2840 pjsua_vid_win_set_pos(i, &pos); 2841 2841 2842 pos.y += wi.size.h; 2842 if (wi.show) 2843 pos.y += wi.size.h; 2843 2844 } 2844 2845 … … 3288 3289 pjsua_vid_win_set_size(wid, &size); 3289 3290 } 3291 3292 /* Re-arrange video windows */ 3293 arrange_window(PJSUA_INVALID_ID); 3290 3294 } 3291 3295 #endif
Note: See TracChangeset
for help on using the changeset viewer.