CN114896002A - Browser application window level switching method and device based on Wayland protocol - Google Patents

Browser application window level switching method and device based on Wayland protocol Download PDF

Info

Publication number
CN114896002A
CN114896002A CN202210383907.5A CN202210383907A CN114896002A CN 114896002 A CN114896002 A CN 114896002A CN 202210383907 A CN202210383907 A CN 202210383907A CN 114896002 A CN114896002 A CN 114896002A
Authority
CN
China
Prior art keywords
window
application
level
hierarchy
application window
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210383907.5A
Other languages
Chinese (zh)
Inventor
郑谷川
陈明塑
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Zhixiang Information Technology Co ltd
Original Assignee
Beijing Zhixiang Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Zhixiang Information Technology Co ltd filed Critical Beijing Zhixiang Information Technology Co ltd
Priority to CN202210383907.5A priority Critical patent/CN114896002A/en
Publication of CN114896002A publication Critical patent/CN114896002A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

The invention discloses a browser application window level switching method and device based on a Wayland protocol, and relates to the technical field of embedded Linux equipment. The method comprises the following steps: modifying an API (application programming interface) used by Wayland for marking the category to which the window belongs, and marking the classification set by the window into a plurality of levels through the API; setting a hierarchy for the application windows according to a set rule, and then sequencing according to the priority of the application windows; the priorities of the application windows are firstly sorted according to the levels, and if more than one application window level is positioned at the same level, the application windows are sorted according to the proximity degree of the level setting time and the current time; and displaying the application window according to the sorting result. The browser application window level switching method and device based on the Wayland protocol realize free switching of the browser application window level and flexible display of a front-end interface under the condition that a browser of Wayland display service is used as a front-end UI display environment in an embedded Linux system.

Description

Browser application window level switching method and device based on Wayland protocol
Technical Field
The invention relates to the technical field of embedded Linux equipment, in particular to a browser application window level switching method and device based on a Wayland protocol.
Background
The currently popular H5 application usually uses a browser as a display container in embedded applications, and has the characteristics of easy development and rich functions, and with the progress of technology, the applications in a general system are very diverse, and many different applications can exist simultaneously. In the browser system based on the Wayland protocol, a browser is a container of applications, the applications are independent of one another, and each application corresponds to one Wayland window.
However, the existing browser system of Wayland protocol does not provide the function of adjusting the window level of each application, and thus cannot meet the application requirements of the embedded system.
Disclosure of Invention
The technical problem to be solved by the present invention is to provide a browser application window level switching method and device based on the Wayland protocol, which solves the management of the window level of the browser based on the Wayland protocol and provides diversified display control for various applications.
In a first aspect, the present invention provides a browser application window level switching method based on the Wayland protocol, including:
modifying an API (application programming interface) used by Wayland for marking the category to which the window belongs, and marking the classification set by the window into a plurality of levels through the API;
setting a hierarchy for the application windows according to a set rule, and then sequencing according to the priority of the application windows; the priorities of the application windows are firstly sorted according to the levels, and if more than one application window level is positioned at the same level, the application windows are sorted according to the proximity degree of the level setting time and the current time;
and displaying the application window according to the sorting result.
Further, the method also comprises the step of displaying the application interface of the lower layer window according to the transparency set by the window displayed at the top.
Further, the setting a hierarchy for the application window according to the setting rule specifically includes:
when the first application window is opened, automatically allocating the first application window as a first level and displaying the first level at the top;
when the nth application window is opened, automatically allocating the nth application window as a first level and displaying the nth application window at the top, wherein n is a natural number;
when an mth application window needs to be displayed at the top, modifying the hierarchy of the mth application window into a second hierarchy and displaying the second hierarchy at the top, wherein m is a natural number and m < n;
when a new application window is opened, automatically allocating the new application window to be the same level as the current highest level;
and modifying the hierarchy of the appointed non-current window into a hierarchy higher than the current highest level according to the user operation, and modifying the hierarchy of the application window into the hierarchy of the highest level if the current highest level is the highest level.
Further, the API is specifically xdg _ level _ set _ app _ id or zxdg _ level _ v6_ set _ app _ id.
Further, the displaying the application window according to the hierarchical setting specifically includes:
using weston as a server and a rendering synthesizer of Wayland, using a browser as a client of Wayland, communicating with weston through a protocol of Wayland, and realizing application window display operation at the weston end;
when the Wayland client calls the API for marking the category to which the window belongs, the wetson executes the corresponding interface and calls the interface weston _ layer _ set _ position of the display hierarchy of the internal control window of the weston to display the application window of the highest hierarchy.
In a second aspect, the present invention provides a browser application window hierarchy switching apparatus based on the Wayland protocol, including: the system comprises an API module, an application level management module and a window display module;
the API module is used for modifying the API which is used by Wayland for marking the category to which the window belongs, and the classification set by the window is marked into a plurality of levels through the API;
the application level management module is used for setting levels for the application windows according to a set rule and then sequencing the application windows according to the priority levels of the application windows; the priorities of the application windows are firstly sorted according to the levels, and if more than one application window level is positioned at the same level, the application windows are sorted according to the proximity degree of the level setting time and the current time;
and the window display module is used for displaying the application window according to the sequencing result.
Further, the window display module is further configured to display the application interface of the lower window according to the transparency set for the window that is displayed at the top.
Further, in the application level management module, a level is set for the application window according to a set rule, specifically:
when the first application window is opened, automatically allocating the first application window as a first level and displaying the first level at the top;
when the nth application window is opened, automatically allocating the nth application window as a first level and displaying the nth application window at the top, wherein n is a natural number;
when an mth application window needs to be displayed at the top, modifying the hierarchy of the mth application window into a second hierarchy and displaying the second hierarchy at the top, wherein m is a natural number and m < n;
when a new application window is opened, automatically allocating the new application window to be the same level as the current highest level;
and modifying the hierarchy of the appointed non-current window into a hierarchy higher than the current highest level according to the user operation, and modifying the hierarchy of the application window into the hierarchy of the highest level if the current highest level is the highest level.
Further, in the API module, the API is specifically xdg _ level _ set _ app _ id or zxdg _ level _ v6_ set _ app _ id.
Further, the window display module specifically includes:
using weston as a server and a rendering synthesizer of Wayland, using a browser as a client of Wayland, communicating with weston through a protocol of Wayland, and realizing application window display operation at the weston end;
when the Wayland client calls the API for marking the category to which the window belongs, the wetson executes the corresponding interface and calls the interface weston _ layer _ set _ position of the display hierarchy of the internal control window of the weston to display the application window of the highest hierarchy.
The technical scheme provided by the embodiment of the invention has the following technical effects or advantages:
1. the classification marks set by the windows are marked into a plurality of levels through an API (application programming interface), so that the windows can be sorted according to the display priority through the level marks, and the application windows are displayed according to the sorting result, thereby solving the problem that when the Wayland service is used as the display service in a browser, the browser can not freely switch the levels among a plurality of windows as a window client, and achieving the purpose that the application can control the level where the application is located in a mode of setting the attribute of the application and display the application to be displayed on the uppermost layer;
2. by setting and displaying the application interface of the lower layer window according to the transparency, some special display effects such as subtitles and the like can be achieved through different layer combinations, and a rich UI display effect is provided for a solution scheme that a browser using Wayland as a display service is used as a UI container.
The above description is only an overview of the technical solutions of the present invention, and the present invention can be implemented in accordance with the content of the description so as to make the technical means of the present invention more clearly understood, and the above and other objects, features, and advantages of the present invention will be more clearly understood.
Drawings
The invention will be further described with reference to the following examples with reference to the accompanying drawings.
FIG. 1 is a flow chart of a method according to one embodiment of the present invention;
FIG. 2 is a schematic diagram of a window level display according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of a device according to a second embodiment of the present invention.
Detailed Description
The embodiment of the application provides a browser application window level switching method and device based on the Wayland protocol, so that the management of the window level of the browser based on the Wayland protocol is solved, and diversified display control is provided for various applications.
The technical scheme in the embodiment of the application has the following general idea:
on the Wayland-based system, the browser cannot control the display level of the browser sub-window through the API provided by Wayland. The browser supports multi-window and multi-thread, and needs to support switching between different applications in part of requirements, which cannot be realized by the current Wayland protocol.
Currently popular H5 application usually uses a browser as a display container in embedded applications, and has the characteristics of easy development and rich functions, and with the progress of technology, the applications in a general system are very diverse, and many different applications can exist simultaneously, so that under the service of Wayalnd, the browser is required to be capable of supporting direct hierarchical management and switching among multiple windows. The invention solves the problem of window level management of the browser based on the Wayland protocol and provides diversified display control for various applications.
1. For the specific implementation of the application to application window hierarchy setting:
one application scenario of the Wayland legacy API can be modified first:
xdg _ level _ set _ app _ id or zxdg _ level _ v6_ set _ app _ id
The API is intended to set an ID for the current window to which it belongs, to mark the category to which the window belongs. The invention partially modifies the effect of the API, and the classification of the window settings, marked as "order _ 1" - "order _ 5", respectively represents 5 levels, although more levels can be set, which is only illustrated here.
When the application sets different hierarchies, the Wayland Server adjusts each window to the hierarchy according to the order hierarchy set by the window in real time. The interface is displayed according to the hierarchy, the uppermost layer is displayed, the bottom layer is displayed according to the transparency of the upper layer, and if the lower layer is not transparent, only the application of the uppermost layer is displayed.
By the method, the application window can control the window levels, and the browser window levels can be freely switched by informing the states of the windows.
2. For the specific implementation of the application window hierarchical display:
in the embedded Linux system, weston is used as a server and a rendering synthesizer of Wayland, and a browser is used as a client of Wayland, communicates with weston through the protocol of Wayland, and realizes window display and other operations at the weston end.
In WESTON, several LAYERs are set by default, and different types of hierarchies can be controlled, for example, wet _ LAYER _ POSITION _ BACKGROUND is a BACKGROUND LAYER and is the lowest LAYER where contents can be displayed. The store _ LAYER _ POSITION _ NORMAL is a display LAYER of a conventional application, such as a browser, belonging to this hierarchy. The browser is a Wayland client with a plurality of windows, which are displayed under the hierarchy of the windows of the client by default, and no interface is provided in the Wayland protocol, so that the display hierarchy of the windows of the client can be switched on the client.
The invention adds some display LAYERs, WESTON _ LAYER _ POSITION _ NORMAL + 1. + 5. (the larger the value, the higher the display LAYER of the window is), corresponding to the order _ 1.. oder 5. set in the set _ app _ id interface, and controls the LAYER of each window according to the app _ id set by the Walland client for each window.
The key point of the invention is that in the condition that a browser of Wayland display service is used as a front-end UI display environment in an embedded Linux system, the window level of the browser application can be freely switched, and the application can switch the level of the window according to the self condition, so that the front-end interface can be flexibly displayed. By improving the effect of the API in the Wayland protocol, the application can control the level of the application in a mode of setting the attribute of the application, so that the application to be displayed is displayed on the uppermost layer, and meanwhile, special display effects such as subtitles can be achieved through different layer combinations.
Example one
The present embodiment provides a browser application window hierarchy switching method based on the Wayland protocol, as shown in fig. 1 to 2, including:
modifying an API (application programming interface) used by Wayland for marking the category to which the window belongs, and marking the classification set by the window into a plurality of levels through the API;
setting a hierarchy for the application windows according to a set rule, and then sequencing according to the priority of the application windows; the priorities of the application windows are firstly sorted according to the levels, and if more than one application window level is positioned at the same level, the application windows are sorted according to the proximity degree of the level setting time and the current time;
and displaying the application window according to the sorting result.
Preferably, the method further comprises displaying the application interface of the lower window according to the transparency set by the window displayed at the top.
In a particular implementation:
the method for setting the hierarchy for the application window according to the set rule specifically comprises the following steps:
when the first application window is opened, automatically allocating the first application window as a first level and displaying the first level at the top;
when the nth application window is opened, automatically allocating the nth application window as a first level and displaying the nth application window at the top, wherein n is a natural number;
when an mth application window needs to be displayed at the top, modifying the hierarchy of the mth application window into a second hierarchy and displaying the second hierarchy at the top, wherein m is a natural number and m < n;
when a new application window is opened, automatically allocating the new application window to be the same level as the current highest level;
and modifying the hierarchy of the appointed non-current window into a hierarchy higher than the current highest level according to the user operation, and modifying the hierarchy of the application window into the hierarchy of the highest level if the current highest level is the highest level.
The API is specifically xdg _ level _ set _ app _ id or zxdg _ level _ v6_ set _ app _ id.
The displaying of the application window according to the hierarchical setting specifically comprises:
using weston as a server and a rendering synthesizer of Wayland, using a browser as a client of Wayland, communicating with weston through a protocol of Wayland, and realizing application window display operation at the weston end;
when the Wayland client calls the API for marking the category to which the window belongs, the wetson executes the corresponding interface and calls the interface weston _ layer _ set _ position of the display hierarchy of the internal control window of the weston to display the application window of the highest hierarchy.
Based on the same inventive concept, the application also provides a device corresponding to the method in the first embodiment, which is detailed in the second embodiment.
Example two
In this embodiment, there is provided a browser application window hierarchy switching apparatus based on the Wayland protocol, as shown in fig. 3, including: the system comprises an API module, an application level management module and a window display module;
the API module is used for modifying the API which is used by Wayland for marking the category to which the window belongs, and the classification set by the window is marked into a plurality of levels through the API;
the application level management module is used for setting levels for the application windows according to a set rule and then sequencing the application windows according to the priority levels of the application windows; the priorities of the application windows are firstly sorted according to the levels, and if more than one application window level is positioned at the same level, the application windows are sorted according to the proximity degree of the level setting time and the current time;
and the window display module is used for displaying the application window according to the sequencing result.
In a particular implementation:
the window display module is also used for displaying the application interface of the lower layer window according to the transparency set by the window displayed at the top.
In the application level management module, a level is set for an application window according to a set rule, and the method specifically comprises the following steps:
when the first application window is opened, automatically allocating the first application window as a first level and displaying the first level at the top;
when the nth application window is opened, automatically allocating the nth application window as a first level and displaying the nth application window at the top, wherein n is a natural number;
when an mth application window needs to be displayed at the top, modifying the hierarchy of the mth application window into a second hierarchy and displaying the second hierarchy at the top, wherein m is a natural number and m < n;
when a new application window is opened, automatically allocating the new application window to be the same level as the current highest level;
and modifying the hierarchy of the appointed non-current window into a hierarchy higher than the current highest level according to the user operation, and modifying the hierarchy of the application window into the hierarchy of the highest level if the current highest level is the highest level.
In the API module, the API is specifically xdg _ level _ set _ app _ id or zxdg _ level _ v6_ set _ app _ id.
The window display module specifically comprises:
using weston as a server and a rendering synthesizer of Wayland, using a browser as a client of Wayland, communicating with weston through a protocol of Wayland, and realizing application window display operation at the weston end;
when the Wayland client calls the API for marking the category to which the window belongs, the wetson executes the corresponding interface and calls the interface weston _ layer _ set _ position of the display hierarchy of the internal control window of the weston to display the application window of the highest hierarchy.
Since the apparatus described in the second embodiment of the present invention is an apparatus used for implementing the method of the first embodiment of the present invention, based on the method described in the first embodiment of the present invention, a person skilled in the art can understand the specific structure and the deformation of the apparatus, and thus the details are not described herein. All the devices adopted in the method of the first embodiment of the present invention belong to the protection scope of the present invention.
According to the invention, the classification marks set by the windows are marked into a plurality of levels through the API, so that the windows can be sorted according to the display priority through the level marks, and the application windows are displayed according to the sorting result, thereby solving the problem that when the Wayland service is used as the display service in a browser, the browser can not freely switch the levels among a plurality of windows as a window client, and achieving the purpose that the application can control the level where the application is located in a mode of setting the attribute of the application and the application to be displayed is displayed on the uppermost layer; by setting and displaying the application interface of the lower layer window according to the transparency, special display effects such as subtitles and the like can be achieved through different layer combinations, and rich UI display effects are provided for a solution scheme that a browser using Wayland as display service is used as a UI container.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Although specific embodiments of the invention have been described above, it will be understood by those skilled in the art that the specific embodiments described are illustrative only and are not limiting upon the scope of the invention, and that equivalent modifications and variations can be made by those skilled in the art without departing from the spirit of the invention, which is to be limited only by the appended claims.

Claims (10)

1. A browser application window level switching method based on a Wayland protocol is characterized by comprising the following steps:
modifying an API (application programming interface) used by Wayland for marking the category to which the window belongs, and marking the classification set by the window into a plurality of levels through the API;
setting a hierarchy for the application windows according to a set rule, and then sequencing according to the priority of the application windows; the priorities of the application windows are firstly sorted according to the levels, and if more than one application window level is positioned at the same level, the application windows are sorted according to the proximity degree of the level setting time and the current time;
and displaying the application window according to the sorting result.
2. The method of claim 1, wherein: and the application interface of the lower layer window is displayed according to the transparency set by the window displayed at the top.
3. The method of claim 1, wherein: the method for setting the hierarchy for the application window according to the set rule specifically comprises the following steps:
when the first application window is opened, automatically allocating the first application window as a first level and displaying the first level at the top;
when the nth application window is opened, automatically allocating the nth application window as a first level and displaying the nth application window at the top, wherein n is a natural number;
when an mth application window needs to be displayed at the top, modifying the hierarchy of the mth application window into a second hierarchy and displaying the second hierarchy at the top, wherein m is a natural number and m < n;
when a new application window is opened, automatically allocating the new application window to be the same level as the current highest level;
and modifying the hierarchy of the appointed non-current window into a hierarchy higher than the current highest level according to the user operation, and modifying the hierarchy of the application window into the hierarchy of the highest level if the current highest level is the highest level.
4. The method of claim 1, wherein: the API is specifically xdg _ level _ set _ app _ id or zxdg _ level _ v6_ set _ app _ id.
5. The method of claim 1, wherein: the displaying of the application window according to the hierarchical setting specifically comprises:
using weston as a server and a rendering synthesizer of Wayland, using a browser as a client of Wayland, communicating with weston through a protocol of Wayland, and realizing application window display operation at the weston end;
when the Wayland client calls the API for marking the category to which the window belongs, the wetson executes the corresponding interface and calls the interface weston _ layer _ set _ position of the display hierarchy of the internal control window of the weston to display the application window of the highest hierarchy.
6. A browser application window hierarchy switching apparatus based on the Wayland protocol, comprising: the system comprises an API module, an application level management module and a window display module;
the API module is used for modifying the API which is used by Wayland for marking the category to which the window belongs, and the classification set by the window is marked into a plurality of levels through the API;
the application level management module is used for setting levels for the application windows according to a set rule and then sequencing the application windows according to the priority levels of the application windows; the priorities of the application windows are firstly sorted according to the levels, and if more than one application window level is positioned at the same level, the application windows are sorted according to the proximity degree of the level setting time and the current time;
and the window display module is used for displaying the application window according to the sequencing result.
7. The apparatus of claim 6, wherein: the window display module is also used for displaying the application interface of the lower layer window according to the transparency set by the window displayed at the top.
8. The apparatus of claim 6, wherein: in the application level management module, a level is set for an application window according to a set rule, and the method specifically comprises the following steps:
when the first application window is opened, automatically allocating the first application window as a first level and displaying the first level at the top;
when the nth application window is opened, automatically allocating the nth application window as a first level and displaying the nth application window at the top, wherein n is a natural number;
when an mth application window needs to be displayed at the top, modifying the hierarchy of the mth application window into a second hierarchy and displaying the second hierarchy at the top, wherein m is a natural number and m < n;
when a new application window is opened, automatically allocating the new application window to be the same level as the current highest level;
and modifying the hierarchy of the appointed non-current window into a hierarchy higher than the current highest level according to the user operation, and modifying the hierarchy of the application window into the hierarchy of the highest level if the current highest level is the highest level.
9. The apparatus of claim 6, wherein: in the API module, the API is specifically xdg _ level _ set _ app _ id or zxdg _ level _ v6_ set _ app _ id.
10. The apparatus of claim 6, wherein: the window display module specifically comprises:
using weston as a server and a rendering synthesizer of Wayland, using a browser as a client of Wayland, communicating with weston through a protocol of Wayland, and realizing application window display operation at the weston end;
when the Wayland client calls the API for marking the category to which the window belongs, the wetson executes the corresponding interface and calls the interface weston _ layer _ set _ position of the display hierarchy of the internal control window of the weston to display the application window of the highest hierarchy.
CN202210383907.5A 2022-04-13 2022-04-13 Browser application window level switching method and device based on Wayland protocol Pending CN114896002A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210383907.5A CN114896002A (en) 2022-04-13 2022-04-13 Browser application window level switching method and device based on Wayland protocol

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210383907.5A CN114896002A (en) 2022-04-13 2022-04-13 Browser application window level switching method and device based on Wayland protocol

Publications (1)

Publication Number Publication Date
CN114896002A true CN114896002A (en) 2022-08-12

Family

ID=82716573

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210383907.5A Pending CN114896002A (en) 2022-04-13 2022-04-13 Browser application window level switching method and device based on Wayland protocol

Country Status (1)

Country Link
CN (1) CN114896002A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115309315A (en) * 2022-10-11 2022-11-08 麒麟软件有限公司 Screenshot method, system and medium for X application in Wayland environment
CN115686727A (en) * 2023-01-04 2023-02-03 麒麟软件有限公司 Method for realizing synthetic rendering based on WLroots

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107291319A (en) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 A kind of window display method, information interacting method and system
CN107436760A (en) * 2017-06-30 2017-12-05 百度在线网络技术(北京)有限公司 Multiwindow rendering intent and device
CN113050899A (en) * 2021-02-07 2021-06-29 厦门亿联网络技术股份有限公司 Method and system for directly displaying video and UI drm based on Wayland protocol
CN114168019A (en) * 2021-12-09 2022-03-11 创盛视联数码科技(北京)有限公司 Multi-application window level management method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107291319A (en) * 2016-03-31 2017-10-24 阿里巴巴集团控股有限公司 A kind of window display method, information interacting method and system
CN107436760A (en) * 2017-06-30 2017-12-05 百度在线网络技术(北京)有限公司 Multiwindow rendering intent and device
CN113050899A (en) * 2021-02-07 2021-06-29 厦门亿联网络技术股份有限公司 Method and system for directly displaying video and UI drm based on Wayland protocol
CN114168019A (en) * 2021-12-09 2022-03-11 创盛视联数码科技(北京)有限公司 Multi-application window level management method and device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115309315A (en) * 2022-10-11 2022-11-08 麒麟软件有限公司 Screenshot method, system and medium for X application in Wayland environment
CN115309315B (en) * 2022-10-11 2023-01-20 麒麟软件有限公司 Screenshot method, system and medium for X application in Wayland environment
CN115686727A (en) * 2023-01-04 2023-02-03 麒麟软件有限公司 Method for realizing synthetic rendering based on WLroots
CN115686727B (en) * 2023-01-04 2023-04-14 麒麟软件有限公司 Method for realizing synthesis rendering based on wlroots

Similar Documents

Publication Publication Date Title
CN104216752B (en) A kind of information loading method and device based on window
CN114896002A (en) Browser application window level switching method and device based on Wayland protocol
JP4381708B2 (en) Graphical user interface system
EP2761443B1 (en) Methods and apparatus for general solution of the two-dimensional layout problem by reduction to a single-source path-length problem on a weighted graph
CN105353936B (en) A kind of display methods and electronic equipment
WO2018099125A1 (en) Method and system for processing displayed content in overlapping windows
CN109542376B (en) Screen display adjustment method, device and medium
CN104866206A (en) Method for moving picture data, and mobile terminal
CN107292807A (en) A kind of figure synthetic method, window method to set up and system
CN106651996B (en) Element hierarchy management method and device in manuscript editing tool
CN108021449A (en) One kind association journey implementation method, terminal device and storage medium
WO2008019896A1 (en) Method and system for displaying a multitude of objects on a display
CN110032310A (en) A kind of application program image target display methods, device and equipment
CN110244985A (en) A kind of view rendering method, computer storage medium and terminal device
CN109271229B (en) Method and device for displaying icon based on mutual exclusion manager
CN106155768A (en) Split screen runs the method and device of application
CN112612468A (en) Implementation method and implementation device of global floating window, terminal and storage medium
CN106716980A (en) Method for displaying view and terminal device
JP2000305695A (en) Icon display method
CN111985203A (en) Document processing method, document processing device and electronic equipment
US6587102B2 (en) Rendering panels in multiple display contexts
CN104077114A (en) Method for changing display interface of application software and electronic equipment
CN113093961B (en) Window switching method, storage medium and related equipment
CN110018866A (en) User interface theme update method, device, system, vehicle device and vehicle
CN107450792A (en) A kind of information processing method and mobile terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20220812