Home
last modified time | relevance | path

Searched refs:window (Results 176 – 200 of 51231) sorted by relevance

12345678910>>...2050

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/events/
H A DSDL_windowevents.c38 event->window.windowID == new_event->window.windowID) { in RemovePendingResizedEvents()
52 event->window.windowID == new_event->window.windowID) { in RemovePendingSizeChangedEvents()
66 event->window.windowID == new_event->window.windowID) { in RemovePendingMoveEvents()
80 event->window.windowID == new_event->window.windowID) { in RemovePendingExposedEvents()
93 if (!window) { in SDL_SendWindowEvent()
122 if (data1 == window->x && data2 == window->y) { in SDL_SendWindowEvent()
125 window->x = data1; in SDL_SendWindowEvent()
126 window->y = data2; in SDL_SendWindowEvent()
133 if (data1 == window->w && data2 == window->h) { in SDL_SendWindowEvent()
200 event.window.windowID = window->id; in SDL_SendWindowEvent()
[all …]
/dports/graphics/milton/milton-1.9.1/third_party/SDL2-2.0.8/src/events/
H A DSDL_windowevents.c38 event->window.windowID == new_event->window.windowID) { in RemovePendingResizedEvents()
52 event->window.windowID == new_event->window.windowID) { in RemovePendingSizeChangedEvents()
66 event->window.windowID == new_event->window.windowID) { in RemovePendingMoveEvents()
80 event->window.windowID == new_event->window.windowID) { in RemovePendingExposedEvents()
93 if (!window) { in SDL_SendWindowEvent()
122 if (data1 == window->x && data2 == window->y) { in SDL_SendWindowEvent()
125 window->x = data1; in SDL_SendWindowEvent()
126 window->y = data2; in SDL_SendWindowEvent()
133 if (data1 == window->w && data2 == window->h) { in SDL_SendWindowEvent()
200 event.window.windowID = window->id; in SDL_SendWindowEvent()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dsimple-damage.c156 struct window *window = data; in xdg_surface_handle_configure() local
195 window_init_game(struct window *window) in window_init_game() argument
207 ax2 = window->width - window->border - window->ball.radius; in window_init_game()
208 ay2 = window->height - window->border - window->ball.radius; in window_init_game()
236 ax2 = window->width - window->border - window->ball.radius; in window_advance_game()
237 ay2 = window->height - window->border - window->ball.radius; in window_advance_game()
267 struct window *window; in create_window() local
300 window = zalloc(sizeof *window); in create_window()
363 destroy_window(struct window *window) in destroy_window() argument
508 struct window *window = data; in redraw() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dsimple-damage.c156 struct window *window = data; in xdg_surface_handle_configure() local
195 window_init_game(struct window *window) in window_init_game() argument
207 ax2 = window->width - window->border - window->ball.radius; in window_init_game()
208 ay2 = window->height - window->border - window->ball.radius; in window_init_game()
236 ax2 = window->width - window->border - window->ball.radius; in window_advance_game()
237 ay2 = window->height - window->border - window->ball.radius; in window_advance_game()
267 struct window *window; in create_window() local
300 window = zalloc(sizeof *window); in create_window()
363 destroy_window(struct window *window) in destroy_window() argument
508 struct window *window = data; in redraw() local
[all …]
/dports/x11-toolkits/libwnck3/libwnck-3.36.0/libwnck/
H A Dwindow.h254 void (* name_changed) (WnckWindow *window);
259 void (* state_changed) (WnckWindow *window,
264 void (* workspace_changed) (WnckWindow *window);
267 void (* icon_changed) (WnckWindow *window);
340 void wnck_window_set_fullscreen (WnckWindow *window,
370 gboolean wnck_window_is_pinned (WnckWindow *window);
371 void wnck_window_pin (WnckWindow *window);
372 void wnck_window_unpin (WnckWindow *window);
374 void wnck_window_activate (WnckWindow *window,
376 gboolean wnck_window_is_active (WnckWindow *window);
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/almp3-2.0.5/decoder/
H A Ddecode_i386.c91 sum = window[0x0] * b0[0x0]; in synth_1to1()
92 sum -= window[0x1] * b0[0x1]; in synth_1to1()
93 sum += window[0x2] * b0[0x2]; in synth_1to1()
94 sum -= window[0x3] * b0[0x3]; in synth_1to1()
95 sum += window[0x4] * b0[0x4]; in synth_1to1()
96 sum -= window[0x5] * b0[0x5]; in synth_1to1()
97 sum += window[0x6] * b0[0x6]; in synth_1to1()
98 sum -= window[0x7] * b0[0x7]; in synth_1to1()
99 sum += window[0x8] * b0[0x8]; in synth_1to1()
124 window += bo1<<1; in synth_1to1()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/xwayland/
H A Dwindow-manager.c743 frame_resize_inside(window->frame, window->width, window->height); in weston_wm_handle_configure_request()
818 window->x, window->y); in weston_wm_handle_configure_notify()
1023 frame_resize_inside(window->frame, window->width, window->height); in weston_wm_window_create_frame()
1134 window->id, window, window->frame_id, in weston_wm_handle_map_request()
1135 window->width, window->height, in weston_wm_handle_map_request()
1418 window = zalloc(sizeof *window); in weston_wm_window_create()
2669 if (!window || !window->wm) in send_configure()
2716 if (!window || !window->wm) in send_position()
2724 if (window->x != x || window->y != y || window->pos_dirty) { in send_position()
2858 window->id, window->surface, window->shsurf); in xserver_map_shell_surface()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/xwayland/
H A Dwindow-manager.c743 frame_resize_inside(window->frame, window->width, window->height); in weston_wm_handle_configure_request()
818 window->x, window->y); in weston_wm_handle_configure_notify()
1023 frame_resize_inside(window->frame, window->width, window->height); in weston_wm_window_create_frame()
1134 window->id, window, window->frame_id, in weston_wm_handle_map_request()
1135 window->width, window->height, in weston_wm_handle_map_request()
1418 window = zalloc(sizeof *window); in weston_wm_window_create()
2669 if (!window || !window->wm) in send_configure()
2716 if (!window || !window->wm) in send_position()
2724 if (window->x != x || window->y != y || window->pos_dirty) { in send_position()
2858 window->id, window->surface, window->shsurf); in xserver_map_shell_surface()
[all …]
/dports/net-im/profanity/profanity-0.11.1/src/command/
H A Dcmd_funcs.h76 gboolean cmd_process_input(ProfWin* window, char* inp);
77 void cmd_execute_connect(ProfWin* window, const char* const account);
83 gboolean cmd_beep(ProfWin* window, const char* const command, gchar** args);
84 gboolean cmd_caps(ProfWin* window, const char* const command, gchar** args);
94 gboolean cmd_tray(ProfWin* window, const char* const command, gchar** args);
95 gboolean cmd_gone(ProfWin* window, const char* const command, gchar** args);
106 gboolean cmd_log(ProfWin* window, const char* const command, gchar** args);
107 gboolean cmd_msg(ProfWin* window, const char* const command, gchar** args);
110 gboolean cmd_pgp(ProfWin* window, const char* const command, gchar** args);
112 gboolean cmd_ox(ProfWin* window, const char* const command, gchar** args);
[all …]
/dports/graphics/weston/weston-1.9.0/xwayland/
H A Dwindow-manager.c538 if (window->shsurf && window->name) in weston_wm_window_read_properties()
540 if (window->frame && window->name) in weston_wm_window_read_properties()
542 if (window->shsurf && window->pid > 0) in weston_wm_window_read_properties()
592 configure_notify.window = window->id; in weston_wm_window_send_configure_notify()
635 frame_resize_inside(window->frame, window->width, window->height); in weston_wm_handle_configure_request()
750 client_message.window = window->id; in weston_wm_send_focus_window()
886 frame_resize_inside(window->frame, window->width, window->height); in weston_wm_window_create_frame()
979 window->id, window, window->frame_id); in weston_wm_handle_map_request()
1188 window = zalloc(sizeof *window); in weston_wm_window_create()
1430 window->width = window->saved_width; in weston_wm_window_set_toplevel()
[all …]
/dports/x11/controllermap/SDL2-2.0.18/src/events/
H A DSDL_windowevents.c38 event->window.windowID == new_event->window.windowID) { in RemovePendingSizeChangedAndResizedEvents()
52 event->window.windowID == new_event->window.windowID) { in RemovePendingMoveEvents()
66 event->window.windowID == new_event->window.windowID) { in RemovePendingExposedEvents()
79 if (!window) { in SDL_SendWindowEvent()
108 if (data1 == window->x && data2 == window->y) { in SDL_SendWindowEvent()
111 window->x = data1; in SDL_SendWindowEvent()
112 window->y = data2; in SDL_SendWindowEvent()
120 if (data1 == window->w && data2 == window->h) { in SDL_SendWindowEvent()
123 window->w = data1; in SDL_SendWindowEvent()
187 event.window.windowID = window->id; in SDL_SendWindowEvent()
[all …]
/dports/devel/sdl20/SDL2-2.0.18/src/events/
H A DSDL_windowevents.c38 event->window.windowID == new_event->window.windowID) { in RemovePendingSizeChangedAndResizedEvents()
52 event->window.windowID == new_event->window.windowID) { in RemovePendingMoveEvents()
66 event->window.windowID == new_event->window.windowID) { in RemovePendingExposedEvents()
79 if (!window) { in SDL_SendWindowEvent()
108 if (data1 == window->x && data2 == window->y) { in SDL_SendWindowEvent()
111 window->x = data1; in SDL_SendWindowEvent()
112 window->y = data2; in SDL_SendWindowEvent()
120 if (data1 == window->w && data2 == window->h) { in SDL_SendWindowEvent()
123 window->w = data1; in SDL_SendWindowEvent()
187 event.window.windowID = window->id; in SDL_SendWindowEvent()
[all …]
/dports/graphics/evince/evince-41.3/libview/
H A Dev-annotation-window.c366 window); in ev_annotation_window_init()
383 window); in ev_annotation_window_init()
401 window); in ev_annotation_window_init()
488 window); in ev_annotation_window_constructor()
491 window); in ev_annotation_window_constructor()
494 window); in ev_annotation_window_constructor()
509 (window->x != event->x || window->y != event->y)) { in ev_annotation_window_configure_event()
524 if (window->orig_x != window->x || window->orig_y != window->y) { in ev_annotation_window_focus_in_event()
525 window->orig_x = window->x; in ev_annotation_window_focus_in_event()
526 window->orig_y = window->y; in ev_annotation_window_focus_in_event()
[all …]
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/client/
H A Dplasmawindowmodel.cpp42 windows.append(window); in addWindow()
57 QObject::connect(window, &PlasmaWindow::titleChanged, q, [window, this] { in addWindow()
61 QObject::connect(window, &PlasmaWindow::iconChanged, q, [window, this] { in addWindow()
65 QObject::connect(window, &PlasmaWindow::appIdChanged, q, [window, this] { in addWindow()
69 QObject::connect(window, &PlasmaWindow::activeChanged, q, [window, this] { in addWindow()
77 QObject::connect(window, &PlasmaWindow::fullscreenChanged, q, [window, this] { in addWindow()
85 QObject::connect(window, &PlasmaWindow::maximizedChanged, q, [window, this] { in addWindow()
93 QObject::connect(window, &PlasmaWindow::minimizedChanged, q, [window, this] { in addWindow()
97 QObject::connect(window, &PlasmaWindow::keepAboveChanged, q, [window, this] { in addWindow()
129 QObject::connect(window, &PlasmaWindow::shadedChanged, q, [window, this] { in addWindow()
[all …]
/dports/www/cssed/cssed-0.4.0/src/
H A Dcssedwindow.c126 CssedWindow* window; in cssed_window_new() local
152 return window; in cssed_window_new()
164 if( window->last_open_dir ) g_free(window->last_open_dir); in cssed_window_destroy()
165 if( window->last_save_dir ) g_free(window->last_save_dir); in cssed_window_destroy()
172 g_free(window); in cssed_window_destroy()
948 window->document_list = g_list_append(window->document_list, doc); in cssed_window_add_document_to_list()
954 window->document_list = g_list_remove(window->document_list, doc); in cssed_window_delete_document_from_list()
1013 window->plugins_list = g_list_append(window->plugins_list, plugin); in cssed_window_add_plugin_to_list()
1019 window->plugins_list = g_list_remove(window->plugins_list, plugin); in cssed_window_delete_plugin_from_list()
1161 …gtk_window_move(GTK_WINDOW(window->window_widget), window->config->window_x, window->config->windo… in cssed_window_apply_stored_size_and_position()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/meta/
H A Dwindow.h110 MetaFrame *meta_window_get_frame (MetaWindow *window);
113 gboolean meta_window_has_focus (MetaWindow *window);
119 gboolean meta_window_is_shaded (MetaWindow *window);
147 Window meta_window_get_xwindow (MetaWindow *window);
156 int meta_window_get_monitor (MetaWindow *window);
166 gboolean meta_window_is_hidden (MetaWindow *window);
409 void meta_window_begin_grab_op (MetaWindow *window,
421 gboolean meta_window_can_shade (MetaWindow *window);
424 gboolean meta_window_can_close (MetaWindow *window);
430 gboolean meta_window_is_above (MetaWindow *window);
[all …]
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/glfw/
H A Dwindow.c46 window->callbacks.focus((GLFWwindow*) window, focused); in _glfwInputWindowFocus()
55 window->callbacks.focus((GLFWwindow*) window, focused); in _glfwInputWindowFocus()
76 window->callbacks.pos((GLFWwindow*) window, x, y); in _glfwInputWindowPos()
82 window->callbacks.size((GLFWwindow*) window, width, height); in _glfwInputWindowSize()
88 window->callbacks.iconify((GLFWwindow*) window, iconified); in _glfwInputWindowIconify()
94 window->callbacks.fbsize((GLFWwindow*) window, width, height); in _glfwInputFramebufferSize()
100 window->callbacks.refresh((GLFWwindow*) window); in _glfwInputWindowDamage()
108 window->callbacks.close((GLFWwindow*) window); in _glfwInputWindowCloseRequest()
219 _glfwPlatformSetCursorPos(window, window->cursorPosX, window->cursorPosY); in glfwCreateWindow()
380 memset(&window->callbacks, 0, sizeof(window->callbacks)); in glfwDestroyWindow()
[all …]
/dports/x11-wm/xfce4-panel/xfce4-panel-4.16.3/panel/
H A Dpanel-window.c1117 high = window->area.x + window->area.width - window->alloc.width; in panel_window_motion_notify_event()
1121 high = window->area.y + window->area.height - window->alloc.height; in panel_window_motion_notify_event()
1129 window->base_x = window_x + window->alloc.width / 2; in panel_window_motion_notify_event()
1130 window->base_y = window_y + window->alloc.height / 2; in panel_window_motion_notify_event()
1339 length = window->area.width * window->length; in panel_window_get_preferred_width()
1394 length = window->area.height * window->length; in panel_window_get_preferred_height()
1451 window->alloc.x = window->alloc.y = -9999; in panel_window_size_allocate()
1518 gtk_window_move (GTK_WINDOW (window), window->alloc.x, window->alloc.y); in panel_window_size_allocate()
1541 gtk_window_move (GTK_WINDOW (window), window->alloc.x, window->alloc.y); in panel_window_size_allocate()
2161 if (window->base_x == -1 && window->base_y == -1) in panel_window_screen_layout_changed()
[all …]
/dports/graphics/weston/weston-1.9.0/clients/
H A Dsimple-damage.c168 window_init_game(struct window *window) in window_init_game() argument
180 ax2 = window->width - window->border - window->ball.radius; in window_init_game()
181 ay2 = window->height - window->border - window->ball.radius; in window_init_game()
209 ax2 = window->width - window->border - window->ball.radius; in window_advance_game()
210 ay2 = window->height - window->border - window->ball.radius; in window_advance_game()
212 window->ball.x += window->ball.dx * dt; in window_advance_game()
240 struct window *window; in create_window() local
264 window = calloc(1, sizeof *window); in create_window()
312 destroy_window(struct window *window) in destroy_window() argument
455 struct window *window = data; in redraw() local
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/src/core/
H A Dframe.c50 if (window->frame) in meta_window_ensure_frame()
58 frame->window = window; in meta_window_ensure_frame()
76 window->depth, window->screen->default_depth); in meta_window_ensure_frame()
116 meta_display_register_x_window (window->display, &frame->xwindow, window); in meta_window_ensure_frame()
127 if (window->mapped) in meta_window_ensure_frame()
137 window->rect.x = 0; in meta_window_ensure_frame()
138 window->rect.y = 0; in meta_window_ensure_frame()
152 window->frame = frame; in meta_window_ensure_frame()
159 if (window->title) in meta_window_ensure_frame()
191 if (window->mapped) in meta_window_destroy_frame()
[all …]
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-window.c385 NemoWindow *window; in side_pane_size_allocate_callback() local
387 window = user_data; in side_pane_size_allocate_callback()
435 window); in nemo_window_set_up_sidebar()
588 NemoWindow *window; in nemo_window_constructed() local
748 NemoWindow *window; in nemo_window_set_property() local
774 NemoWindow *window; in nemo_window_get_property() local
807 NemoWindow *window; in nemo_window_destroy() local
953 NEMO_WINDOW_CLASS (G_OBJECT_GET_CLASS (window))->close (window); in nemo_window_close()
1560 window); in nemo_window_connect_content_view()
1986 window); in nemo_window_init()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp206 window->eglContext = eglCreateContext(window->eglDisplay, window->config, in com_wl_create_window()
236 return window; in com_wl_create_window()
326 window->callback = wl_surface_frame(window->surface); in com_wl_swap_buffers()
351 eglSwapBuffers(window->eglDisplay, window->egl_surface); in com_wl_swap_buffers()
488 eglDestroyContext(window->eglDisplay, window->eglContext); in com_wl_destroy_window()
570 bool same = window->prevLayers == window->currentLayers; in com_wl_end_transaction()
595 window->prevLayers.swap(window->currentLayers); in com_wl_end_transaction()
620 void com_wl_deinit(WLWindow* window) { UNUSED(window); } in com_wl_deinit() argument
636 window->eglDisplay, window->config, window->egl_window, NULL); in handle_xdg_surface_configure()
653 window->surface, window->geometry.width, window->geometry.height); in handle_xdg_surface_configure()
[all …]
/dports/www/firefox/firefox-99.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp206 window->eglContext = eglCreateContext(window->eglDisplay, window->config, in com_wl_create_window()
236 return window; in com_wl_create_window()
326 window->callback = wl_surface_frame(window->surface); in com_wl_swap_buffers()
351 eglSwapBuffers(window->eglDisplay, window->egl_surface); in com_wl_swap_buffers()
488 eglDestroyContext(window->eglDisplay, window->eglContext); in com_wl_destroy_window()
570 bool same = window->prevLayers == window->currentLayers; in com_wl_end_transaction()
595 window->prevLayers.swap(window->currentLayers); in com_wl_end_transaction()
620 void com_wl_deinit(WLWindow* window) { UNUSED(window); } in com_wl_deinit() argument
636 window->eglDisplay, window->config, window->egl_window, NULL); in handle_xdg_surface_configure()
653 window->surface, window->geometry.width, window->geometry.height); in handle_xdg_surface_configure()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/example-compositor/compositor-wayland/src/
H A Dlib.cpp206 window->eglContext = eglCreateContext(window->eglDisplay, window->config, in com_wl_create_window()
236 return window; in com_wl_create_window()
326 window->callback = wl_surface_frame(window->surface); in com_wl_swap_buffers()
351 eglSwapBuffers(window->eglDisplay, window->egl_surface); in com_wl_swap_buffers()
488 eglDestroyContext(window->eglDisplay, window->eglContext); in com_wl_destroy_window()
570 bool same = window->prevLayers == window->currentLayers; in com_wl_end_transaction()
595 window->prevLayers.swap(window->currentLayers); in com_wl_end_transaction()
620 void com_wl_deinit(WLWindow* window) { UNUSED(window); } in com_wl_deinit() argument
636 window->eglDisplay, window->config, window->egl_window, NULL); in handle_xdg_surface_configure()
653 window->surface, window->geometry.width, window->geometry.height); in handle_xdg_surface_configure()
[all …]
/dports/archivers/engrampa/engrampa-1.26.0/src/
H A Dfr-window.h96 void (*archive_loaded) (FrWindow *window,
98 void (*progress) (FrWindow *window,
101 void (*ready) (FrWindow *window,
111 gboolean fr_window_archive_new (FrWindow *window,
113 FrWindow * fr_window_archive_open (FrWindow *window,
120 void fr_window_archive_save_as (FrWindow *window,
126 void fr_window_archive_add_files (FrWindow *window,
164 void fr_window_archive_test (FrWindow *window);
178 FrCompression fr_window_get_compression (FrWindow *window);
216 fr_window_get_list_store (FrWindow *window);
[all …]

12345678910>>...2050