diff options
-rw-r--r-- | ggamma.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -121,6 +121,7 @@ int main(int argc, char *argv[]) { void flush(void) { XRRSetCrtcGamma(display, crtc, gamma); + XFlush(display); } GtkWidget *curve; |
index : ggamma | ||
A simple GTK+ app for fiddling with X11 gamma correction curves | Luke T. Shumaker |
summaryrefslogtreecommitdiff |
-rw-r--r-- | ggamma.c | 1 |
@@ -121,6 +121,7 @@ int main(int argc, char *argv[]) { void flush(void) { XRRSetCrtcGamma(display, crtc, gamma); + XFlush(display); } GtkWidget *curve; |