Skip to content

Commit

Permalink
Revert "Workaround omap problem"
Browse files Browse the repository at this point in the history
This reverts commit d8b5f6e.
This workaround was required to avoid a bug in pvr ddk1.9
  • Loading branch information
IMbackK committed Nov 30, 2022
1 parent 31dc67b commit 2a1a4e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/util/hd-util.c
Expand Up @@ -3,7 +3,6 @@
#include <matchbox/core/mb-wm.h>
#include <clutter/x11/clutter-x11.h>
#include <cogl/cogl.h>
#include <unistd.h>

#include <X11/Xlib.h>
#include <X11/extensions/Xrandr.h>
Expand Down Expand Up @@ -353,11 +352,6 @@ hd_util_change_screen_orientation_real (MBWindowManager *wm,
unsigned long one = 1;
gboolean rv = FALSE;

/* TODO: remove this hack that avoids bug in omap ddx?
* remove #include <unistd.h> while at it.
*/
usleep(100000);

if (!randr_supported(wm))
{
g_debug ("Server does not support RandR 1.3\n");
Expand Down

0 comments on commit 2a1a4e1

Please sign in to comment.