forked from vitrine/wmaker
Rename global_display to globals.
This commit is contained in:
@@ -7,9 +7,9 @@ cc_library(
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "global_display",
|
||||
hdrs = ["global_display.h"],
|
||||
srcs = ["global_display.c"],
|
||||
name = "globals",
|
||||
hdrs = ["globals.h"],
|
||||
srcs = ["globals.c"],
|
||||
deps = ["@x11//:lib"],
|
||||
)
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
#include "wmaker/global_display.h"
|
||||
#include "wmaker/globals.h"
|
||||
|
||||
#include "X11/Xlib.h"
|
||||
|
||||
Display *dpy;
|
||||
|
||||
@@ -15,7 +15,7 @@ cc_library(
|
||||
srcs = ["pixmap.c"],
|
||||
deps = [
|
||||
":interface",
|
||||
"//wmaker:global_display",
|
||||
"//wmaker:globals",
|
||||
"//wmaker/screen:interface",
|
||||
"//wrlib",
|
||||
],
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "wmaker/pixmap/pixmap.h"
|
||||
|
||||
#include "wmaker/global_display.h"
|
||||
#include "wmaker/globals.h"
|
||||
#include "wmaker/pixmap/interface.h"
|
||||
#include "wmaker/wconfig.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user