Changeset 3789
- Timestamp:
- Oct 4, 2011 2:09:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c
r3785 r3789 2768 2768 static void arrange_window(pjsua_vid_win_id wid) 2769 2769 { 2770 #if PJSUA_HAS_VIDEO 2770 2771 pjmedia_coord pos; 2771 2772 int i, last; … … 2791 2792 if (wid != PJSUA_INVALID_ID) 2792 2793 pjsua_vid_win_set_pos(wid, &pos); 2794 #else 2795 PJ_UNUSED_ARG(wid); 2796 #endif 2793 2797 } 2794 2798
Note: See TracChangeset
for help on using the changeset viewer.