Home
last modified time | relevance | path

Searched refs:compress_motion (Results 1 – 14 of 14) sorted by relevance

/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterStep/
H A Devent.h99 #define ASNextEvent(e,compress_motion) next_event (e,compress_motion) argument
125 int next_event (register XEvent * event_return, Bool compress_motion);
H A Devent.c438 int next_event (register XEvent * event_return, Bool compress_motion) in next_event() argument
446 if (compress_motion && event_return->type == MotionNotify) { in next_event()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/
H A Dclutter-device-manager.c545 if (!manager_class->compress_motion) in _clutter_device_manager_compress_motion()
548 manager_class->compress_motion (device_manager, event, to_discard); in _clutter_device_manager_compress_motion()
H A Dclutter-device-manager.h118 void (* compress_motion) (ClutterDeviceManager *device_manger, member
/dports/x11-toolkits/libXt/libXt-1.2.1/include/X11/
H A DCoreP.h140 Boolean compress_motion; /* compress MotionNotify for widget */ member
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Devents.c1079 compress_motion( XEvent * xme ) in compress_motion() function
1126 compress_motion( xev ); in fli_compress_event()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/baseclass/
H A Dtest3.c135 class->compress_motion, class->compress_exposure, in dump_core()
/dports/x11-toolkits/libXt/libXt-1.2.1/src/
H A DEvent.c1300 widget->core.widget_class->core_class.compress_motion) { in DispatchEvent()
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/evdev/
H A Dclutter-device-manager-evdev.c2054 manager_class->compress_motion = clutter_device_manager_evdev_compress_motion; in clutter_device_manager_evdev_class_init()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/sciplot/
H A DCommon.w239 @var compress_motion = True
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/misc/
H A Dtest16.c1355 … printf("\t/* compress_motion */ %s,\n", ptr->compress_motion == False ? "False" : "True"); in DoClass()
/dports/editors/xvile/vile-9.8v/
H A Dx11.c4596 compress_motion(XMotionEvent * ev) in compress_motion() function
4664 mev = compress_motion((XMotionEvent *) ev); in x_process_event()
/dports/editors/vile/vile-9.8v/
H A Dx11.c4596 compress_motion(XMotionEvent * ev) in compress_motion() function
4664 mev = compress_motion((XMotionEvent *) ev); in x_process_event()
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A DPaint.c1255 new->core.widget_class->core_class.compress_motion = new->paint.compress; in SetValuesProc()