Revert an accidental change

This snuck in with some recent cleanups.
This commit is contained in:
Matthias Clasen 2024-01-22 22:00:56 -05:00
parent 3451c2e72c
commit 2c1562630d

View File

@ -79,7 +79,7 @@ static guint signals[LAST_SIGNAL];
static guint fps_counter;
#define FRAME_HISTORY_MAX_LENGTH 1000
#define FRAME_HISTORY_MAX_LENGTH 128
struct _GdkFrameClockPrivate
{