| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0032-HACK-xdg-shell-Don-t-abort-when-client-size-mismatch.patch | 20 if (toplevel->next.state.maximized && 21 (toplevel->next.size.width != geometry.width || 22 toplevel->next.size.height != geometry.height)) { 24 - weston_desktop_surface_get_client(toplevel->base.desktop_surface); 33 - toplevel->next.size.width, 34 - toplevel->next.size.height); 36 + weston_desktop_xdg_surface_schedule_configure(&toplevel->base); 40 + toplevel->next.size.width, 41 + toplevel->next.size.height); 44 if (toplevel->next.state.fullscreen && [all …]
|
| H A D | 0007-HACK-xdg-shell-Support-setting-window-position.patch | 93 + struct weston_desktop_xdg_toplevel *toplevel = 95 + if (!toplevel->current.state.fullscreen && 96 + !toplevel->current.state.maximized)
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0035-HACK-xdg-shell-Don-t-abort-when-client-size-mismatch.patch | 20 if (toplevel->next.state.maximized && 21 (toplevel->next.size.width != geometry.width || 22 toplevel->next.size.height != geometry.height)) { 24 - weston_desktop_surface_get_client(toplevel->base.desktop_surface); 33 - toplevel->next.size.width, 34 - toplevel->next.size.height); 36 + weston_desktop_xdg_surface_schedule_configure(&toplevel->base); 40 + toplevel->next.size.width, 41 + toplevel->next.size.height); 44 if (toplevel->next.state.fullscreen && [all …]
|
| H A D | 0008-HACK-xdg-shell-Support-setting-window-position.patch | 107 + struct weston_desktop_xdg_toplevel *toplevel = 109 + if (!toplevel->current.state.fullscreen && 110 + !toplevel->current.state.maximized)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0035-HACK-xdg-shell-Don-t-abort-when-client-size-mismatch.patch | 20 if (toplevel->next.state.maximized && 21 (toplevel->next.size.width != geometry.width || 22 toplevel->next.size.height != geometry.height)) { 24 - weston_desktop_surface_get_client(toplevel->base.desktop_surface); 33 - toplevel->next.size.width, 34 - toplevel->next.size.height); 36 + weston_desktop_xdg_surface_schedule_configure(&toplevel->base); 40 + toplevel->next.size.width, 41 + toplevel->next.size.height); 44 if (toplevel->next.state.fullscreen && [all …]
|
| H A D | 0008-HACK-xdg-shell-Support-setting-window-position.patch | 107 + struct weston_desktop_xdg_toplevel *toplevel = 109 + if (!toplevel->current.state.fullscreen && 110 + !toplevel->current.state.maximized)
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | 0001-tftp-Mark-toplevel-definition-as-external.patch | 4 Subject: [PATCH] tftp: Mark toplevel definition as external 7 multiple definition of `toplevel'; tftp.o:/usr/src/debug/tftp-hpa/5.2-r0/tftp-hpa-5.2/tftp/tftp.c:5… 23 -sigjmp_buf toplevel; 24 +extern sigjmp_buf toplevel;
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | fill_scrapyard.py | 94 toplevel = subprocess.check_output(['git', 'rev-parse', 100 toplevel = toplevel.rstrip() 104 os.chdir(toplevel)
|
| H A D | mailmapper | 60 toplevel = subprocess.check_output(['git', 'rev-parse', '--show-toplevel']) variable 65 toplevel = toplevel.rstrip() variable 69 os.chdir(toplevel)
|
| H A D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
| /OK3568_Linux_fs/buildroot/package/tftpd/ |
| H A D | 0001-Use-extern-qualifier-to-fix-gcc-10.x-build.patch | 22 -sigjmp_buf toplevel; 23 +extern sigjmp_buf toplevel;
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_cbq.c | 158 int toplevel; member 344 int toplevel = q->toplevel; in cbq_mark_toplevel() local 346 if (toplevel > cl->level) { in cbq_mark_toplevel() 351 q->toplevel = cl->level; in cbq_mark_toplevel() 354 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel() 427 if (q->toplevel == TC_CBQ_MAXLEVEL) { in cbq_overlimit() 532 if (cl && q->toplevel >= borrowed->level) { in cbq_update_toplevel() 536 q->toplevel = borrowed->level; in cbq_update_toplevel() 545 q->toplevel = TC_CBQ_MAXLEVEL; in cbq_update_toplevel() 670 if (cl->level > q->toplevel) in cbq_under_limit() [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0015-qscreen-Update-toplevel-windows-screen-when-needed.patch | 4 Subject: [PATCH 15/28] qscreen: Update toplevel windows' screen when needed 6 Update toplevel windows' screen when creating new primary screen, since
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0018-gl-x11-Honor-render-rectangle-for-toplevel-window.patch | 4 Subject: [PATCH 18/20] gl: x11: Honor render-rectangle for toplevel window 22 + /* Set USPosition for toplevel window */
|
| H A D | 0020-gl-x11-Allow-disabling-decorations-for-toplevel-wind.patch | 4 Subject: [PATCH 20/20] gl: x11: Allow disabling decorations for toplevel 43 + /* Set decoration for toplevel window */
|
| H A D | 0019-gl-wayland-Honor-render-rectangle-for-toplevel-windo.patch | 4 Subject: [PATCH 19/20] gl: wayland: Honor render-rectangle for toplevel window
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | xdmxconfig.c | 956 Widget toplevel; in main() local 986 toplevel = XtVaAppInitialize(&appContext, "XDmxconfig", in main() 990 parent = XtVaCreateManagedWidget("parent", formWidgetClass, toplevel, in main() 1097 toplevel, NULL); in main() 1109 toplevel, NULL); in main() 1125 toplevel, NULL); in main() 1145 toplevel, NULL); in main() 1154 toplevel, NULL); in main() 1171 toplevel, NULL); in main() 1227 XtRealizeWidget(toplevel); in main()
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | winucase.c | 583 static const wchar_t *const toplevel[256] = { variable 637 tbl = toplevel[idx]; in cifs_toupper()
|
| /OK3568_Linux_fs/external/alsa-config/alsa/init/ |
| H A D | postinit | 1 # This is toplevel configuration for for 'alsactl init'.
|
| H A D | rockchip | 1 # This is toplevel configuration for for 'alsactl init'.
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | README.buildroot | 18 Then verify the toplevel targets work:
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0033-waylandsink-Wait-10s-for-toplevel-window-s-configure.patch | 4 Subject: [PATCH 33/33] waylandsink: Wait 10s for toplevel window's configure
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0034-waylandsink-Wait-10s-for-toplevel-window-s-configure.patch | 4 Subject: [PATCH 34/41] waylandsink: Wait 10s for toplevel window's configure
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0034-waylandsink-Wait-10s-for-toplevel-window-s-configure.patch | 4 Subject: [PATCH 34/41] waylandsink: Wait 10s for toplevel window's configure
|