[gq-commit] gq/src browse-dnd.c,1.10,1.11
Status: Beta
Brought to you by:
sur5r
From: <sta...@us...> - 2002-10-11 13:45:09
|
Update of /cvsroot/gqclient/gq/src In directory usw-pr-cvs1:/tmp/cvs-serv24256 Modified Files: browse-dnd.c Log Message: * Changed ulong to unsigned long as some systems don't have ulong Index: browse-dnd.c =================================================================== RCS file: /cvsroot/gqclient/gq/src/browse-dnd.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** browse-dnd.c 26 Sep 2002 19:00:19 -0000 1.10 --- browse-dnd.c 11 Oct 2002 13:45:02 -0000 1.11 *************** *** 116,120 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSE_DND) { ! printf("dropped %08lx at x=%d, y=%d\n", (ulong) drag_context, x, y); } #endif --- 116,120 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSE_DND) { ! printf("dropped %08lx at x=%d, y=%d\n", (unsigned long) drag_context, x, y); } #endif *************** *** 304,309 **** if (debug & GQ_DEBUG_BROWSER_DND) { printf("drag_begin start node=%08lx entry=%08lx\n", ! (ulong) ctree_node, ! (ulong) entry); } #endif --- 304,309 ---- if (debug & GQ_DEBUG_BROWSER_DND) { printf("drag_begin start node=%08lx entry=%08lx\n", ! (unsigned long) ctree_node, ! (unsigned long) entry); } #endif *************** *** 331,336 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("drag_begin %08lx %08lx\n", (ulong) ctreeroot, ! (ulong) seldata); } #endif --- 331,336 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("drag_begin %08lx %08lx\n", (unsigned long) ctreeroot, ! (unsigned long) seldata); } #endif *************** *** 398,402 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("drag_end %08lx\n", (ulong) drag_context); } #endif --- 398,402 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("drag_end %08lx\n", (unsigned long) drag_context); } #endif *************** *** 450,455 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("drag_data_get ctx=%08lx data=%08lx\n", (ulong) drag_context, ! (ulong) data); } #endif --- 450,455 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("drag_data_get ctx=%08lx data=%08lx\n", (unsigned long) drag_context, ! (unsigned long) data); } #endif *************** *** 466,470 **** if (debug & GQ_DEBUG_BROWSER_DND) { printf("data->data=%08lx data=%08lxx\n", ! (ulong)(data->data), (ulong) data); } #endif --- 466,470 ---- if (debug & GQ_DEBUG_BROWSER_DND) { printf("data->data=%08lx data=%08lxx\n", ! (unsigned long)(data->data), (unsigned long) data); } #endif *************** *** 536,540 **** if (debug & GQ_DEBUG_BROWSER_DND) { printf("do_move_after_reception selhash=%08lx server=%s dn=%s\n", ! (ulong) selhash, (char*)g_hash_table_lookup(selhash, "nickname"), dn); } --- 536,540 ---- if (debug & GQ_DEBUG_BROWSER_DND) { printf("do_move_after_reception selhash=%08lx server=%s dn=%s\n", ! (unsigned long) selhash, (char*)g_hash_table_lookup(selhash, "nickname"), dn); } *************** *** 652,656 **** if (debug & GQ_DEBUG_BROWSER_DND) { printf("drag_data_received ctx=%08lx seldata=%08lx\n", ! (ulong) drag_context, (ulong) data); } #endif --- 652,656 ---- if (debug & GQ_DEBUG_BROWSER_DND) { printf("drag_data_received ctx=%08lx seldata=%08lx\n", ! (unsigned long) drag_context, (unsigned long) data); } #endif *************** *** 735,739 **** if (debug & GQ_DEBUG_BROWSER_DND) { printf("drag_data_delete ctx=%08lx suggested=%d action=%d server=%s dn=%s\n", ! (ulong) drag_context, drag_context->suggested_action, drag_context->action, --- 735,739 ---- if (debug & GQ_DEBUG_BROWSER_DND) { printf("drag_data_delete ctx=%08lx suggested=%d action=%d server=%s dn=%s\n", ! (unsigned long) drag_context, drag_context->suggested_action, drag_context->action, *************** *** 820,824 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("copy_entry %08lx %d\n", (ulong) ctree, have_sel); } #endif --- 820,824 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("copy_entry %08lx %d\n", (unsigned long) ctree, have_sel); } #endif *************** *** 841,845 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("copy_entry_all %08lx\n", (ulong) widget); } #endif --- 841,845 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("copy_entry_all %08lx\n", (unsigned long) widget); } #endif *************** *** 938,942 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("get_selection_gq data=%08lx\n", (ulong) data); } #endif --- 938,942 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("get_selection_gq data=%08lx\n", (unsigned long) data); } #endif *************** *** 951,955 **** if (debug & GQ_DEBUG_BROWSER_DND) { printf("data->data=%08lx data=%08lxx\n", ! (ulong)(data->data), (ulong) data); } #endif --- 951,955 ---- if (debug & GQ_DEBUG_BROWSER_DND) { printf("data->data=%08lx data=%08lxx\n", ! (unsigned long)(data->data), (unsigned long) data); } #endif *************** *** 982,986 **** #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("paste_entry %08lx\n", (ulong) ctree); } #endif --- 982,986 ---- #ifdef DEBUG if (debug & GQ_DEBUG_BROWSER_DND) { ! printf("paste_entry %08lx\n", (unsigned long) ctree); } #endif *************** *** 1009,1013 **** if (debug & GQ_DEBUG_BROWSER_DND) { printf("selection_received seldata=%08lx\n", ! (ulong) data); } #endif --- 1009,1013 ---- if (debug & GQ_DEBUG_BROWSER_DND) { printf("selection_received seldata=%08lx\n", ! (unsigned long) data); } #endif |