CN115629838B - Client window coordinate management implementation method based on Wayland - Google Patents

Client window coordinate management implementation method based on Wayland Download PDF

Info

Publication number
CN115629838B
CN115629838B CN202211552784.XA CN202211552784A CN115629838B CN 115629838 B CN115629838 B CN 115629838B CN 202211552784 A CN202211552784 A CN 202211552784A CN 115629838 B CN115629838 B CN 115629838B
Authority
CN
China
Prior art keywords
client
coordinate
wayland
coordinate management
node
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.)
Active
Application number
CN202211552784.XA
Other languages
Chinese (zh)
Other versions
CN115629838A (en
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.)
Kirin Software Co Ltd
Original Assignee
Kirin Software 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 Kirin Software Co Ltd filed Critical Kirin Software Co Ltd
Priority to CN202211552784.XA priority Critical patent/CN115629838B/en
Publication of CN115629838A publication Critical patent/CN115629838A/en
Application granted granted Critical
Publication of CN115629838B publication Critical patent/CN115629838B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Digital Computer Display Output (AREA)

Abstract

The invention relates to a client window coordinate management implementation method based on Wayland; the method is realized based on a Wayland protocol between a Wayland synthesizer of a server and a client and a window coordinate management module of the server, a linked list structure for managing client window coordinates is stated in the Wayland protocol, and client window coordinate processing logic is realized in the window coordinate management module. The invention fully utilizes the Wayland synthesizer, the Wayland protocol and the communication process of the client and the synthesizer, realizes the management of the coordinates and the position of the client through the interface for sending events to the client, only uses the linked list structure of Wayland on the code, can be conveniently expanded and transplanted to other window managers, and realizes the high-efficiency development.

Description

Client window coordinate management implementation method based on Wayland
Technical Field
The invention relates to the technical field of window coordinate management, in particular to a client window coordinate management implementation method based on Wayland.
Background
Under the Linux platform, cairo and Pango run based on X Window, but X Window is a "backup", and not a few. Similarly, cross-platform GTK +, qt also only considers X as one of the back-ends supported therein, and if X is really absent on any day, the current GNOME and KDE can run completely by replacing a new back-end.
The Wayland based graphics system implementation is easier to master than X. In the aspect of use experience, when the same desktop environment runs in the Wayland graphic system, the experience is better, and the animation is smoother. X-related development is now slowed and communities spend more effort on the Wayland graphics system. Compared with X, the Wayland graphic system is more worth deep ploughing with a domestic operating system.
When a client is newly built in a graphic system at present, the window manager can move the client to a proper screen coordinate, so that the whole screen looks more orderly; however, when the client does not submit the height and width to be displayed, the problem that the moving position of the window manager is not appropriate may occur; when a screen is added or the arrangement sequence of multiple screens is changed, the whole display area in the graphic system is changed, and the coordinate of the client is also changed, so how to reasonably and efficiently process the coordinate change of the client is an important target faced currently.
The Chinese invention patent (202110842166.8, implementation method of lightweight wayland synthesizer supporting client window coordinates) relates to the implementation method of lightweight wayland synthesizer supporting client window coordinates, which is implemented by establishing communication between a wayland server and a client from setting window coordinates by an application program to receiving a request of re-rendering by the server. The implementation method of the lightweight wayland synthesizer supporting the client window coordinates realizes the setting of the client program on the window coordinates by flexibly expanding the wayland protocol, and meets the use requirements of users accustomed to the desktop system style. It is mentioned that the display window is rendered in the Wayland compositor using client-provided coordinates, without involving the server-side window coordinate location management.
The invention discloses a method and a device for switching browser application window levels based on a Wayland protocol, and relates to the technical field of embedded L i n u x equipment, and the Chinese invention patent (202210383907.5, a method and a device for switching browser application window levels based on the Wayland protocol) discloses a method and a device for switching browser application window levels based on the Wayland protocol. 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 method and the device for switching the browser application window levels based on the Wayland protocol realize free switching of the browser application window levels 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. It is mentioned that the application windows are hierarchically arranged in the Wayland display service, and there is no reference to the management of the coordinate positions of the windows.
Disclosure of Invention
In order to solve the deficiency that the prior art exists, the invention has provided a customer end window coordinate management implementation method based on Wayland, based on Wayland agreement between Wayland synthesizer and customer end of the server end, and the window coordinate management module of the server end realizes, declare the chain table structure of managing the customer end window coordinate in the Wayland agreement, realize the processing logic of the customer end window coordinate in the window coordinate management module; the implementation method comprises the following steps:
step S1: the Wayland synthesizer provides a client data source and the operation of a user through a Wayland protocol;
step S2: the window coordinate management module calls back the key operation of the function perception client through the synthesizer; detecting the position coordinates of the client, and managing the coordinates by adopting different strategies according to different detection and analysis results;
and step S3: and the Wayland synthesizer issues the management strategy to the client for execution.
In step S2, the key operations of the client include closing the client, minimizing the client, creating a new client, moving the client, and restoring the client.
In step S2, when the key operation of the client is to close the client or minimize the client, the coordinate management policy performed on the client includes: and finding out a coordinate management node corresponding to the coordinate of the client in the linked list structure, calling a deletion interface in the window coordinate management module, and deleting the node.
In step S2, when the key operation of the client is to create a new client, the coordinate management policy performed on the client includes:
step S21: acquiring the length and width of a client, traversing a linked list structure according to the acquired length and width, and finding a client position meeting requirements;
step S22: judging whether the position of the last client end adjacent to the position of the client end is occupied or not;
step S23: if the client is not occupied, directly obtaining the coordinates of the client to be newly built based on the position of the current client; if the client is occupied, acquiring the coordinate of the adjacent previous client, and calculating the coordinate of the client which is required to be newly built finally according to the coordinate of the previous client and the position of the client which meets the current requirement;
step S24: and generating a coordinate management node for the newly-built client, and traversing the linked list structure to insert the generated coordinate management node into a corresponding position in the linked list structure.
In step S2, the newly-built client operation includes a conventional sequence of newly-built client and newly-built position-complementing client, and when the newly-built client operation is newly-built position-complementing, the coordinate management policy performed on the client further includes performing self-detection on the generated coordinate management node based on the following steps to determine whether the coordinate of the next node of the generated coordinate management node is legal:
step S25: judging whether the position corresponding to the next node of the generated coordinate management node is at the same layer and in rows and columns of the position corresponding to the currently inserted coordinate management node and is added with one; if not, not processing; if yes, executing the next step;
step S26: comparing whether the coordinates of the client sides corresponding to the two nodes are in a preset range, and if so, not processing; if the node is not in the preset range, a deleting interface in the window coordinate management module is called to delete the next node.
In step S2, when the key operation of the client is the mobile client or the restore client, the coordinate management policy performed on the client includes:
step S2a: deleting the coordinate management node of the moved or restored client in the linked list structure;
step S2b: judging whether the coordinates of the client side need to be managed or not based on whether the coordinates of the client side meet the expression of the determinant; if the management is not needed, ending the current management strategy; if the management is needed, the next step is executed;
step S2c: and calculating the position of the client according to the current coordinate of the client, generating a coordinate management node, and inserting the coordinate management node corresponding to the client into a linked list structure.
In step S2, when the key operation of the client is a mobile client or a restore client, the performing of the coordinate management policy on the client further includes performing self-detection on the generated coordinate management node based on the following steps to determine whether the coordinate of the next node of the generated coordinate management node is legal:
step S2d: judging whether the position corresponding to the next node of the generated coordinate management node is at the same layer and in rows and columns of the position corresponding to the currently inserted coordinate management node and is added with one; if not, not processing; if yes, executing the next step;
step S2e: comparing whether the coordinates of the client corresponding to the two nodes are in a preset range, and if so, not processing; if the current node is not in the preset range, a deleting interface in the window coordinate management module is called to delete the next node.
The method for realizing the client window coordinate management based on the Wayland provided by the invention fully utilizes the Wayland synthesizer, the Wayland protocol and the communication process of the client and the synthesizer, realizes the management of the client coordinate and the position by sending an event interface to the client, only uses the linked list structure of the Wayland on a code, can be conveniently expanded and transplanted to other window managers, and realizes efficient development.
Drawings
FIG. 1 is a diagram of the overall logical framework of client window coordinate management based on Wayland.
Fig. 2 is a linked list structure diagram related to a client window coordinate management implementation method based on Wayland.
FIG. 3 is a flow chart of a client window coordinate management close/minimize client based on Wayland.
Fig. 4 is a flow chart of client window coordinate management new client based on Wayland.
FIG. 5 is a flow chart of a Wayland based client window coordinate management move/restore client.
Detailed Description
In order to further understand the technical scheme and the advantages of the present invention, the following detailed description of the technical scheme and the advantages thereof is provided in conjunction with the accompanying drawings.
As shown in fig. 1, in order to solve the problem of client window coordinate and location management on a Wayland synthesizer, the invention discloses a client window coordinate management implementation method based on Wayland. The method is based on the Wayland protocol, and uses a linked list declared in the protocol to realize the management of the client coordinates and the positions by adding a client window coordinate processing logic; and acquiring data finally submitted by the client by using an interaction result of the client and the synthesizer in the Wayland protocol, and then carrying out logic judgment to confirm the coordinates and the position of the client and implement management and control to complete visual client management.
The Wayland protocol provides a client data source and operation processing (commit) of a user, a window coordinate management module senses (notify) some key operations to the client, such as new creation, deletion, movement, maximization and minimization, detects the position of the client, adopts different strategies (handles) according to different detection and analysis results, and a Wayland synthesizer executes the strategies and sends the strategies to the client (configure); when there are multiple display devices attached or removed (commit), the window coordinate management module will also acquire the relevant information through the compositor, and then update the managed client information.
FIG. 2 is a structure of a linked list used by the present invention for managing client coordinates and locations, and the present invention defines a set of linked list structures to be subsequently used for managing client coordinates and locations as shown in FIG. 2 using wl _ list based on a Wayland synthesizer, and initializes the linked list.
The method for realizing coordinate and position management mainly faces external interfaces such as client request events, screen submission events, keyboard and mouse events and the like, and other similar interfaces also belong to the range capable of being controlled by the method.
In fig. 1, the multiple displays may be understood as corresponding screen submission events, the user operations include keyboard and mouse events, the client refers to specific applications, and the screen and user operation events are acquired by the synthesizer and then it is determined whether configuration information, such as coordinates and positions, of the client needs to be modified.
The client window management method is based on the Wayland protocol and is realized by using a wl _ list linked list structure in Wayland. Generally, there are three cases of triggering location management: close or minimize window, create or restore window, and move window. When the client has the operation actions, the coordinate management can perform corresponding calculation processing on the coordinates of the client for managing and controlling the client. The method mainly comprises the following four functions:
1. when the client is conventionally built newly, the sequence is new, and the method comprises the following steps: new construction of the wayland client, new construction of the x11 client, etc.
2. And (3) when the vacant position exists, new position supplementing is carried out, and the method comprises the following steps: new and delete of the wayland client, new and delete of the x11 client, and the like.
And the deletion operation is that after the client is newly built, the coordinate of the next client adjacent to the newly built client needs to be detected, and if the coordinate of the next client adjacent to the newly built client does not meet the requirement, the coordinate management node corresponding to the next client is deleted from the management linked list.
3. The client can still be managed and controlled to participate in bit filling after moving, and the method comprises the following steps: and removing the corresponding coordinate management node of the client, detecting the next coordinate management node of the client based on whether the client coordinate meets the control condition, and if the client coordinate does not meet the control condition, not performing the next operation.
4. The coordinates of the newly-built client are calculated according to the coordinates of the adjacent last client, and the method comprises the following steps: detecting the position of a newly-built client, inquiring the coordinate position of an adjacent previous client, optimizing the coordinate of the currently-built client based on the coordinate of the adjacent previous client and the like.
The specific embodiment of the client window coordinate management implementation method based on Wayland comprises the following steps:
1. enabling shutdown or minimization of clients
As shown in fig. 3, the interface calls after the compositor or the client sends out an event of closing, minimizing, etc. that cancels display in the current screen, finds out a node of the client in the coordinate position management linked list, and deletes the node.
2. The management of the coordinates and the positions of the newly-built client is realized, and the coordinates of the client on the current screen are mainly set to achieve the control target
As shown in fig. 4, when a new client is created and needs to be displayed on the screen, we can obtain the length and width of the client through the relevant interface of Wayland; according to the obtained length and width, starting to traverse the coordinate management linked list to obtain a client position (the client position comprises the row, the column and the layer) which meets the requirement; if all the clients do not move after being newly built, the arrangement of the clients looks like a neat oblique line, and because the adjacent previous client may have been operated by a user to change the coordinate, the coordinate of the previous client may have some deviation from the theoretical coordinate of the previous position, if the coordinate of the previous client is not considered, the coordinate of the newly built client is directly generated according to the current position, so that the previous client is separated from the oblique line arranged by the clients in visual effect, and in order to avoid the phenomenon, the display interface is tidier, the invention optimizes the coordinate of the newly built client based on the following steps: judging whether the position of the last client adjacent to the position is occupied, if not, directly obtaining the coordinates of the client to be newly built based on the position of the current client; if the client side is occupied, further optimizing the coordinates of the client side through the following steps: acquiring the coordinate of the previous adjacent client, calculating to obtain the final client coordinate through the coordinate of the previous client and the position of the client meeting the requirements at present, and using the final client coordinate for the newly-built client; and finally, traversing the coordinate management linked list and inserting the generated coordinate management node into a corresponding position in the linked list.
3. Self-detection function of nodes in client coordinate position linked list is realized
The function belongs to an internal function of the module, please continue to refer to fig. 4, and the specific function is to detect the validity of the coordinate of the next node after each node is added; when a new node is inserted, the coordinates and the position of the client corresponding to the new node are determined and cannot be changed, and the coordinates of the client need to be obtained according to the adjacent previous client, so that whether the coordinates of the client corresponding to the next node of the new node meet the control requirement needs to be judged: after the newly added node is inserted into the linked list, judging the next node of the node corresponding to the inserted position; because the client coordinate pointed by the newly added linked list node is uncertain, whether the client coordinate of the next node still meets the control requirement needs to be judged; firstly, judging whether the position of the next node is the position which is the same layer of the position corresponding to the current inserted node and is added with 1 in each row and column, if not, not processing; if so, comparing whether the coordinates of the client corresponding to the two nodes are in a preset range, if the client coordinates corresponding to the next node meet the requirements, not processing, and if not, deleting the nodes. After the coordinate management linked list is modified, the nodes which do not meet the control requirements in the linked list are deleted, and the controllability of the linked list is ensured.
4. The detection interface behind the mobile client is realized, and the Wayland window manager detects whether the coordinates of the client need to be managed or not by calling the interface;
as shown in fig. 5, different from the newly-built client, the moved client has its own coordinates, so when the client is moved or coordinates are changed by other actions, the corresponding node is deleted from the coordinate management linked list; after the client moves or the action is finished, the coordinate management module acquires data information submitted by the client through the synthesizer and judges whether the coordinates (x, y) of the client need to be managed or not; if the client coordinates do not meet the requirements, the operation is not carried out; and if the client coordinates meet the management requirements, calculating the appropriate node positions added into the client coordinate position management linked list according to the current coordinates of the client, and inserting the nodes corresponding to the client into the linked list so as to realize more intelligent management and control and improve the management and control program of the client.
And then, invoking the self-detection function of the node in the step three to detect whether the next node is legal or not.
In the present invention, whether the coordinates of the client need to be managed is determined based on whether the coordinates of the client satisfy the expression of the determinant, for example: dividing the whole display area of the client by using a preset value, if the length and the width are divided by 50 pixels, dividing the coordinate x and the coordinate y of the client by 50 respectively to obtain a determinant, and when the remainder is within a preset range, judging that the coordinate of the client meets the control requirement and adding a control linked list.
5. Update interface for realizing client coordinate and position management during screen position change
When a new screen is accessed or events which cause screen changes, such as plugging and unplugging of the screen, are generated, the coordinate management module acquires the events through the window manager and calls the update interface to update the coordinates, the position and the data in the linked list of the client.
Compared with the prior art, the invention has the advantages that:
(1) The module coupling degree is low, only a linked list structure of Wayland is used in codes, the expansion and the transplantation to other window managers can be very convenient, and efficient development is realized.
(2) And the code of the window coordinate management module is completely independently designed and researched, and has complete intellectual property.
(3) The implementation mode is original, and the management of coordinates and positions is realized by fully utilizing the Wayland synthesizer, the Wayland protocol and the communication process of the client and the synthesizer through an interface for sending events to the client.
(4) The method has the advantages that the realization effect is obvious, the new construction and the movement of the client can be effectively managed after the coordinate management module is added, the processing of the coordinate management module on the window can be obviously seen in the use process, and better experience is achieved compared with a window manager without the coordinate management module.
Although the present invention has been described with reference to the preferred embodiments, it should be understood that various changes and modifications can be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (7)

1. A client window coordinate management implementation method based on Wayland is characterized by comprising the following steps: the method is realized based on a Wayland protocol between a Wayland synthesizer of a server and a client and a window coordinate management module of the server, wherein a linked list structure for managing client window coordinates is declared in the Wayland protocol, and client window coordinate processing logic is realized in the window coordinate management module; the implementation method comprises the following steps:
step S1: the Wayland synthesizer provides a client data source and the operation of a user through a Wayland protocol;
step S2: the window coordinate management module calls back a function to sense key operation of the client through the synthesizer; detecting the position coordinates of the client, and managing the coordinates by adopting different strategies according to different detection and analysis results;
and step S3: and the Wayland synthesizer issues the management strategy to the client for execution.
2. The Wayland-based client window coordinate management implementation method of claim 1, wherein: in step S2, the key operations of the client include closing the client, minimizing the client, creating a new client, moving the client, and restoring the client.
3. The method of claim 2, wherein the Wayland-based client window coordinate management implementation method comprises: in step S2, when the key operation of the client is to close the client or minimize the client, the coordinate management policy performed on the client includes: and finding out a coordinate management node corresponding to the coordinate of the client in the linked list structure, calling a deletion interface in the window coordinate management module, and deleting the node.
4. The Wayland-based client window coordinate management implementation method of claim 2, wherein: in step S2, when the key operation of the client is to create a new client, the coordinate management policy performed on the client includes:
step S21: acquiring the length and width of a client, traversing a linked list structure according to the acquired length and width, and finding a client position meeting requirements;
step S22: judging whether the position of the last client end adjacent to the position of the client end is occupied or not;
step S23: if the client is not occupied, directly obtaining the coordinates of the client to be newly built based on the position of the current client; if the client side is occupied, acquiring the coordinate of the previous adjacent client side, and calculating the coordinate of the client side which is required to be newly built finally according to the coordinate of the previous client side and the position of the client side which meets the requirements currently;
step S24: and generating a coordinate management node for the newly-built client, and traversing the linked list structure to insert the generated coordinate management node into a corresponding position in the linked list structure.
5. The Wayland-based client window coordinate management implementation method of claim 4, wherein: in step S2, the operation of creating a new client includes creating a new client and creating a new position-complementing client in a conventional sequence, and when the operation of creating a new client is creating a new position-complementing client, the coordinate management policy performed on the client further includes performing self-detection on the generated coordinate management node based on the following steps to determine whether the coordinate of the node next to the generated coordinate management node is legal:
step S25: judging whether the position corresponding to the next node of the generated coordinate management node is at the same layer and in rows and columns of the position corresponding to the currently inserted coordinate management node and is added with one; if not, not processing; if yes, executing the next step;
step S26: comparing whether the coordinates of the client corresponding to the two nodes are in a preset range, and if so, not processing; if the current node is not in the preset range, a deleting interface in the window coordinate management module is called to delete the next node.
6. The Wayland-based client window coordinate management implementation method of claim 2, wherein: in step S2, when the key operation of the client is the mobile client or the restore client, the coordinate management policy performed on the client includes:
step S2a: deleting the coordinate management node of the moved or restored client in the linked list structure;
step S2b: judging whether the coordinates of the client need to be managed or not based on whether the coordinates of the client meet the expression of the determinant or not; if the management is not needed, ending the current management strategy; if the management is needed, the next step is executed;
step S2c: and calculating the position of the client according to the current coordinate of the client, generating a coordinate management node, and inserting the coordinate management node corresponding to the client into a linked list structure.
7. The Wayland-based client window coordinate management implementation method of claim 6, wherein: in step S2, when the key operation of the client is the mobile client or the restore client, the coordinate management policy performed on the client further includes performing self-detection on the generated coordinate management node based on the following steps to determine whether the coordinate of the next node of the generated coordinate management node is legal:
step S2d: judging whether the position corresponding to the next node of the generated coordinate management node is at the same layer and in rows and columns of the position corresponding to the currently inserted coordinate management node and is added with one; if not, not processing; if yes, executing the next step;
step S2e: comparing whether the coordinates of the client sides corresponding to the two nodes are in a preset range, and if so, not processing; if the current node is not in the preset range, a deleting interface in the window coordinate management module is called to delete the next node.
CN202211552784.XA 2022-12-06 2022-12-06 Client window coordinate management implementation method based on Wayland Active CN115629838B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211552784.XA CN115629838B (en) 2022-12-06 2022-12-06 Client window coordinate management implementation method based on Wayland

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211552784.XA CN115629838B (en) 2022-12-06 2022-12-06 Client window coordinate management implementation method based on Wayland

Publications (2)

Publication Number Publication Date
CN115629838A CN115629838A (en) 2023-01-20
CN115629838B true CN115629838B (en) 2023-03-17

Family

ID=84910967

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211552784.XA Active CN115629838B (en) 2022-12-06 2022-12-06 Client window coordinate management implementation method based on Wayland

Country Status (1)

Country Link
CN (1) CN115629838B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63231524A (en) * 1987-03-20 1988-09-27 Fujitsu Ltd Multi-window display system
CN107547474A (en) * 2016-06-27 2018-01-05 中兴通讯股份有限公司 A kind of graphic display method and equipment of heterogeneous dual system
CN113672321A (en) * 2021-07-26 2021-11-19 中标软件有限公司 Implementation method of lightweight wayland synthesizer supporting client window coordinates
CN113918056A (en) * 2021-09-26 2022-01-11 北京鲸鲮信息系统技术有限公司 Method and device for adjusting application window

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63231524A (en) * 1987-03-20 1988-09-27 Fujitsu Ltd Multi-window display system
CN107547474A (en) * 2016-06-27 2018-01-05 中兴通讯股份有限公司 A kind of graphic display method and equipment of heterogeneous dual system
CN113672321A (en) * 2021-07-26 2021-11-19 中标软件有限公司 Implementation method of lightweight wayland synthesizer supporting client window coordinates
CN113918056A (en) * 2021-09-26 2022-01-11 北京鲸鲮信息系统技术有限公司 Method and device for adjusting application window

Also Published As

Publication number Publication date
CN115629838A (en) 2023-01-20

Similar Documents

Publication Publication Date Title
US7017118B1 (en) Method and apparatus for reordering data items
US9436385B2 (en) Invocation control over keyboard user interface
US20070150810A1 (en) Virtual desktop
US20050007383A1 (en) System and method of visual grouping of elements in a diagram
CN104216752A (en) Window-based information loading method and device
US11861160B2 (en) Writing interaction method, smart interactive display device and writing interaction system
US20230115491A1 (en) Information presentation method and apparatus, electronic device, and storage medium
US11016650B1 (en) Building data metric objects through user interactions with data marks of displayed visual representations of data sources
US9678632B2 (en) Data processing method and apparatus
CN103442135A (en) Processing method for merging contact items and eliminating duplication and touch control terminal
CN103577030A (en) Method and system for displaying interfaces of windows of browsers
CN109298806A (en) A kind of long-range quick interface exchange method and device based on Object identifying
US20210263910A1 (en) Data storage method and apparatus for blockchain, device, and medium
CN1208900A (en) Method and system for facilizating navigation among software applications and improved screen viewing
CN115629838B (en) Client window coordinate management implementation method based on Wayland
US10891319B2 (en) Easy clustering of graphs of nodes preserving node relationships
KR102526147B1 (en) Monitoring apparatus in elctric power system
JP2004102343A (en) Screen display processing device and method, and computer program
WO2022076408A1 (en) Map data visualizations with multiple superimposed marks layers
US20220358258A1 (en) Computer-aided design methods and systems
JPH09160745A (en) Computer system
JP3738358B2 (en) Window display control device
CN116594669A (en) Version management method
CN112287021B (en) Method and device for generating and synchronizing real-time data synchronization parameters, storage medium and terminal
CN102253841B (en) Small-scale graphical user interface system

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
GR01 Patent grant
GR01 Patent grant