changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/gui/wm/wl/pkg.lisp

changeset 698: 96958d3eb5b0
parent: da8521b4883e
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 04 Oct 2024 22:04:59 -0400
permissions: -rw-r--r--
description: fixes
1 (in-package :gui/wm/wl)
2 
3 (defpackage :gui/wm/wl/kbd
4  (:nicknames :wl/kbd)
5  (:use :cl :std :xkb))
6 
7 (defpackage :gui/wm/wl/shell
8  (:nicknames :wl/shell)
9  (:use :cl :std :xkb))