#if !defined(lint) && defined(sccs) static char sccsid[] = "@(#)wmgr_images.c 1.1 92/07/30"; #endif /* * Copyright (c) 1987 by Sun Microsystems, Inc. */ /* * Images for window manager cursors (in a separate module so that * they can be shared between processes, as the pixrects cannot). * * For 4.1 or 5.0 or SunView2: eliminate all of these global names! */ short confirm_cursor_image[16] = { #include }; short move_cursorimage[16] = { #include }; short move_h_cursorimage[16] = { #include }; short move_v_cursorimage[16] = { #include }; short stretch_v_cursorimage[16] = { #include }; short stretch_h_cursorimage[16] = { #include }; short stretchNW_cursorimage[16] = { #include }; short stretchNE_cursorimage[16] = { #include }; short stretchSE_cursorimage[16] = { #include }; short stretchSW_cursorimage[16] = { #include };