mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-06 21:37:46 +00:00
- Implement _NET_WM_WINDOW_TYPE_DIALOG for viewports - Fix override_redirect for proper WM control - Tested on i3wm and xfce4
This commit is contained in:
@@ -41,7 +41,7 @@ LIBS =
|
||||
|
||||
ifeq ($(UNAME_S), Linux) #LINUX
|
||||
ECHO_MESSAGE = "Linux"
|
||||
LIBS += $(LINUX_GL_LIBS) `pkg-config --static --libs glfw3`
|
||||
LIBS += $(LINUX_GL_LIBS) -lX11 `pkg-config --static --libs glfw3`
|
||||
|
||||
CXXFLAGS += `pkg-config --cflags glfw3`
|
||||
CFLAGS = $(CXXFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user