#include <string.h>
#include <sys/mman.h>
#include <syscall.h>
#include <unistd.h>
#include <wayland-client.h>
#include "di/container/string/string_view.h"
#include "di/math/abs_diff.h"
#include "di/types/integers.h"
#include "di/vocab/bytes/byte_buffer.h"
#include "dius/print.h"
#include "diusgfx/bitmap.h"
#include "diusgfx/color.h"
#include "diusgfx/painter.h"
#include "diusgfx/point.h"
#include "diusgfx/rect.h"
#include "xdg-shell.h"
Functions | |
auto | main () -> int |
Variables | |
constexpr usize | width = 1253 |
constexpr usize | height = 1374 |
constexpr usize | stride = width * 4 |
constexpr usize | size = stride * height |
auto main | ( | ) | -> int |
|
constexpr |
|
constexpr |