Skip to content

Commit

Permalink
ppb_flash_fullscreen: remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rinat committed Jun 15, 2018
1 parent 2f9b5cc commit 4343e4e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ppb_flash_fullscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ fullscreen_window_thread_int(Display *dpy, struct thread_param_s *tp)
if (config.fullscreen_window_geometry != NULL)
get_window_geometry_from_string(config.fullscreen_window_geometry, &fs_wnd_rect);

printf("fs_wnd_rect: %d %d %d %d\n", fs_wnd_rect.point.x,
fs_wnd_rect.point.y, fs_wnd_rect.size.width, fs_wnd_rect.size.height);

XSetWindowAttributes attrs = {
.background_pixel = 0x000000,
.backing_store = Always,
Expand Down

0 comments on commit 4343e4e

Please sign in to comment.