Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/tipoman9/msposd
Browse files Browse the repository at this point in the history
  • Loading branch information
tipoman9 committed Dec 15, 2024
2 parents 67cef81 + 3dca811 commit 9016d39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions osd/util/Render_x86.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//Uncomment when debugging to have access to the windows below the OSD surface
//#define _DEBUG_x86

#include <cairo/cairo.h>
#include <cairo/cairo-xlib.h>
Expand Down Expand Up @@ -70,9 +68,6 @@ void event_callback(evutil_socket_t fd, short event, void *arg) {
int Init_x86(uint16_t *width, uint16_t *height) {
if (verbose)
forcefullscreen=false;
#ifdef _DEBUG_x86
forcefullscreen=false;
#endif

#ifdef _x86
setenv("DISPLAY", ":0", 0);
Expand Down

0 comments on commit 9016d39

Please sign in to comment.