Files
wmaker/bazel/wmaker/screen/BUILD.bazel
T
trurl 3f9b61fa9d Factor //wmaker/pixmap into a distinct lib.
Start factoring out //wmaker/screen. with interface decls needed by
//wmaker/pixmap.
2025-02-09 17:38:33 -05:00

12 lines
217 B
Python

package(default_visibility = ["//visibility:public"])
cc_library(
name = "interface",
hdrs = ["interface.h"],
deps = [
"//wmaker:geometry",
"//wmaker:wconfig",
"//WINGs",
],
)