1.1.10 stuff
-Yosh
This commit is contained in:
@ -108,7 +108,7 @@ gamma_new (int type)
|
||||
GammaContext *context = NULL;
|
||||
|
||||
context = g_new (GammaContext, 1);
|
||||
context->gamma = 2.2;
|
||||
context->gamma = 1.0;
|
||||
context->lookup = g_new (guchar, 256);
|
||||
context->shell = NULL;
|
||||
context->spinner = NULL;
|
||||
@ -116,8 +116,6 @@ gamma_new (int type)
|
||||
for (i = 0; i < 256; i++)
|
||||
context->lookup[i] = i;
|
||||
|
||||
gamma_create_lookup_table (context);
|
||||
|
||||
return context;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user