Home
last modified time | relevance | path

Searched refs:first_click (Results 1 – 10 of 10) sorted by relevance

/dports/games/nbsdgames/nbsdgames-4.1.2/
H A Dmines.c288 bool first_click; in main() local
290 first_click=1; in main()
351 if(first_click){ in main()
376 if(first_click){ in main()
378 first_click=0; in main()
/dports/x11-wm/wayfire/wayfire-0.7.0/plugins/single_plugins/
H A Dexpo.cpp372 bool first_click = (input_grab_origin != offscreen_point); in handle_input_move() local
377 if (!zoom_animation.running() && first_click) in handle_input_move()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dfiler.c2516 static guchar *first_click = NULL; in filer_perform_action() local
2521 g_free(first_click); in filer_perform_action()
2522 first_click = second_click; in filer_perform_action()
2532 if (first_click && second_click && in filer_perform_action()
2533 strcmp(first_click, second_click) != 0) in filer_perform_action()
2535 if ((first_click || second_click) && in filer_perform_action()
2536 !(first_click && second_click)) in filer_perform_action()
/dports/games/quadra/quadra-1.3.0/skelton/include/
H A Dinter.h277 bool first_click; variable
/dports/games/quadra/quadra-1.3.0/skelton/common/
H A Dinter.cpp506 first_click = false; in clicked()
508 first_click = true; in clicked()
521 if(focus != 0 && first_click) { in waiting()
/dports/x11/alltray/alltray-0.70/src/
H A Dutils.c1786 static gboolean first_click=TRUE; in show_hide_window() local
1848 if (first_click) { in show_hide_window()
1901 first_click=FALSE; in show_hide_window()
/dports/graphics/ephoto/ephoto-1.5/src/bin/
H A Dephoto_single_browser.c807 Eina_Bool first_click; in _zoom_fit_cb() local
810 first_click = EINA_TRUE; in _zoom_fit_cb()
812 first_click = EINA_FALSE; in _zoom_fit_cb()
814 if (first_click) in _zoom_fit_cb()
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_widget.c666 return X(self)-> flags. first_click ? true : false; in apc_widget_get_first_click()
1133 X(self)-> flags. first_click = firstClick ? 1 : 0; in apc_widget_set_first_click()
H A Dapc_event.c1342 if ( XX-> flags. first_click) { in prima_handle_event()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h876 unsigned first_click : 1; member