Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove _DEBUG_x86 for optimization #34

Merged
merged 1 commit into from
Nov 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading