Skip to content

Commit

Permalink
Small fixes (linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 10, 2024
1 parent daa91f9 commit a1250d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/netimgui_remote_display/NetImguiServer_HAL_Glfw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <Private/NetImgui_Shared.h>
#include "hello_imgui/hello_imgui.h"
#include <glfw/glfw3.h>
#include <GLFW/glfw3.h>


namespace NetImguiServer { namespace App
Expand Down
2 changes: 1 addition & 1 deletion src/netimgui_remote_display/netimgui_remote_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char **argv)
if (!cmdArgs.empty())
cmdArgs.pop_back();
if (! NetImguiServer::App::Startup(cmdArgs.c_str()))
return 1;
exit(1);
};

auto handle_dpi_awareness = []()
Expand Down

0 comments on commit a1250d3

Please sign in to comment.