mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-20 01:34:20 +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:
parent
3dcd17f402
commit
6b2cdf29bc
2 changed files with 39 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue