forked from vitrine/wmaker
Start factoring out //wmaker/screen. with interface decls needed by //wmaker/pixmap.
12 lines
217 B
Python
12 lines
217 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
cc_library(
|
|
name = "interface",
|
|
hdrs = ["interface.h"],
|
|
deps = [
|
|
"//wmaker:geometry",
|
|
"//wmaker:wconfig",
|
|
"//WINGs",
|
|
],
|
|
)
|