Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several code cleanups and refactorings #618

Merged
merged 4 commits into from
Oct 24, 2023
Merged

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    2173571 View commit details
    Browse the repository at this point in the history
  2. wl: Redefine wl_data and egl_data as CogWlDisplay

    The CogWlDisplay is defined in cog-utils-wl.h. Also wl_data and
    egl_data definition are renamed as s_display.
    psaavedra committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    464acda View commit details
    Browse the repository at this point in the history
  3. wl: Encapsulate the seat resources inside of CogWlSeat

    All the related resources to an individual wl_seat are encapsulated into
    a CogWlSeat struct. The CogWlDisplay contains a CogWlSeat (the first
    registered).
    
    This change is motivated towards the progress of being able to have more
    than one view.
    psaavedra committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e736b76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9781b90 View commit details
    Browse the repository at this point in the history