Home
last modified time | relevance | path

Searched refs:cursor_busy (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimppreview.c389 g_return_if_fail (preview->cursor_busy == NULL); in gimp_preview_area_realize()
391 preview->cursor_busy = gdk_cursor_new_for_display (display, GDK_WATCH); in gimp_preview_area_realize()
399 if (preview->cursor_busy) in gimp_preview_area_unrealize()
401 gdk_cursor_unref (preview->cursor_busy); in gimp_preview_area_unrealize()
402 preview->cursor_busy = NULL; in gimp_preview_area_unrealize()
497 preview->cursor_busy); in gimp_preview_invalidate_now()
499 preview->cursor_busy); in gimp_preview_invalidate_now()
H A Dgimppreview.h55 GdkCursor *cursor_busy; member
/dports/graphics/pixelize/pixelize-1.0.0/
H A Dcursor.h25 void cursor_busy();
H A Dfile_dialog.c181 cursor_busy(); in filesel_save()
191 cursor_busy(); in filesel_open()
H A Dcursor.c31 void cursor_busy(){ in cursor_busy() function
H A Drender.c271 cursor_busy(); in render()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Digsfb.c603 int cursor_busy; in igsfb_ioctl() local
607 cursor_busy = !dc->dc_mapped in igsfb_ioctl()
684 if (cursor_busy) in igsfb_ioctl()
690 if (cursor_busy) in igsfb_ioctl()
696 if (cursor_busy) in igsfb_ioctl()
701 if (cursor_busy) in igsfb_ioctl()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dsdl_cursor.c97 cursor[IDC_WAIT] = init_system_cursor(cursor_busy); in sdl_cursor_init()
/dports/graphics/xpx/xpx/
H A Dedit.c252 cursor_busy(); in edit_undo()
424 cursor_busy();
691 cursor_busy();
H A Dextern.h28 public void cursor_busy();
H A Dfile.c552 cursor_busy(); in rescan_disp_fileslot()
1171 cursor_busy();
1235 cursor_busy();
H A Dimage.c346 cursor_busy(); in pre_image_udpate()
H A Dsub.c530 void cursor_busy( in cursor_busy() function
H A Dmain.c710 cursor_busy();
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dgw.h423 cursor_busy, member
523 *cursor_busy, member
H A Dgww.cpp926 display->cursor_busy = LOAD_CURSOR(IDC_WAIT); in GWInit()
1675 DESTROY_CURSOR(&display->cursor_busy); in GWShutdown()
2875 cur = display->cursor_busy; in GWSetPointerCursor()
H A Dgwx.c2349 display->cursor_busy = cur; in GWInit()
3156 cursor = &display->cursor_busy; in GWShutdown()
5180 c = display->cursor_busy; in GWSetPointerCursor()
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Dcurve-bend.c138 GdkCursor *cursor_busy; member
1312 cd->cursor_busy = gdk_cursor_new_for_display (display, GDK_WATCH); in bender_new_dialog()
1594 cd->cursor_busy); in bender_update()
/dports/x11/xterm/xterm-370/
H A Dutil.c616 screen->cursor_busy += 1; in xtermScroll()
767 screen->cursor_busy -= 1; in xtermScroll()
879 screen->cursor_busy += 1; in RevScroll()
960 screen->cursor_busy -= 1; in RevScroll()
H A Dptyx.h2534 int cursor_busy; /* do not redraw... */ member
H A Dcharproc.c12045 if (screen->cursor_busy == 0 in ShowCursor()
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A Dmain.c98 *cursor_busy; variable
1752 gdk_window_set_cursor (drawing_area->window, cursor_busy); in do_query()
1791 gdk_window_set_cursor (drawing_area->window, cursor_busy); in do_textual_query()
6442 cursor_busy = gdk_cursor_new (GDK_WATCH); in main()
/dports/science/chemtool/chemtool-1.6.14/
H A Dmain.c110 *cursor_busy; variable