Skip to content

Commit

Permalink
Merge pull request #34 from SnapDragonfly/pr_remove_macro_DEBUG_x86
Browse files Browse the repository at this point in the history
Remove _DEBUG_x86 for optimization
  • Loading branch information
henkwiedig authored Nov 29, 2024
2 parents b0b20df + 9648cee commit 3dca811
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 3dca811

Please sign in to comment.