Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: winft/como
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: winft/como
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 9, 2024

  1. build: raise CMake project version to 0.3.80

    For development on master branch.
    romangg committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b5f18e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. build: adjust Linux-only header after 5cb9c3c

    In file included from theseus-ship-6.0.0/main_wayland.cpp:10:
    In file included from /usr/include/como/base/wayland/xwl_platform.h:17:
    In file included from /usr/include/como/render/wayland/xwl_platform.h:15:
    In file included from /usr/include/como/render/post/night_color_manager.h:14:
    /usr/include/como/base/os/clock/skew_notifier.h:8:10:
      fatal error: 'skew_notifier_engine.h' file not found
        8 | #include "skew_notifier_engine.h"
          |          ^~~~~~~~~~~~~~~~~~~~~~~~
    jbeich authored and romangg committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    d411dc0 View commit details
    Browse the repository at this point in the history
  2. fix(wl): add missing header for non-glibc after ee5bf81

    como/xwl/socket.cpp:124:9: error: use of undeclared identifier 'close'
            close(fd);
            ^
    como/xwl/socket.cpp:129:9: error: use of undeclared identifier 'close'
            close(fd);
            ^
    como/xwl/socket.cpp:155:44: error: use of undeclared identifier 'getuid'
        if (info.st_uid != 0 && info.st_uid != getuid()) {
                                               ^
    como/xwl/socket.cpp:184:17: error: use of undeclared identifier 'close'
                    close(fd);
                    ^
    como/xwl/socket.cpp:223:9: error: use of undeclared identifier 'close'
            close(fd);
            ^
    jbeich authored and romangg committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    9ae696a View commit details
    Browse the repository at this point in the history
Loading