changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/lib/gui/server.lisp

changeset 261: 2a4f11c0e8c8
parent: e243efeae91d
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 03 Apr 2024 22:40:01 -0400
permissions: -rw-r--r--
description: slint integrated
1 ;;; gui/server.lisp --- GUI Server API
2 
3 ;; This package provides a server protocol for communication with GUI
4 ;; Clients.
5 
6 ;; See GUI/CLIENT for details.
7 
8 (in-package :gui/core)
9 
10 (defgeneric gui-server-p (obj)
11  (:method ((obj t)) nil))