Displaying 3 results from an estimated 3 matches for "compoptiontypefloat".
2006 Nov 12
4
Include option type in gconf schema
I am writing a configuration front end for the compiz gconf plugin at the
moment, but it's proving harder than it should be because gconf does not
record what type of compiz option the key is. For example, say i want a
color picker for each color option the only way I can tell with gconf if it
is color is if it has a # at the beginning, but there could be string
option which also have a # at
2006 Nov 12
1
[PATCH] Annotate shapes, text and dbus support
...aaaa;
+
+ o = &ad->opt[ANNO_DISPLAY_OPTION_LINE_WIDTH];
+ o->name = "line_width";
+ o->shortDesc = N_("Line width");
+ o->longDesc = N_("Line width for annotations");
+ o->type = CompOptionTypeFloat;
+ o->value.f = ANNO_LINE_WIDTH_DEFAULT;
+ o->rest.f.min = ANNO_LINE_WIDTH_MIN;
+ o->rest.f.max = ANNO_LINE_WIDTH_MAX;
+ o->rest.f.precision = ANNO_LINE_WIDTH_PRECISION;
+
+ o = &ad->opt[ANNO_DISPLAY_OPTION_STROKE_WIDTH];
+...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...ycode = -1, modifiers = 0}, button = {button = 4194368,
modifiers = 4112}, bell = -1423247035, edgeMask = 10922, edgeButton = 0, priv = {ptr = 0x1,
val = 1, uval = 1, fptr = 0x1}}, match = {display = 0x2aaa00000002, op = 0x7fff0f24a070,
nOp = -2120029120}, list = {type = CompOptionTypeFloat, value = 0x7fff0f24a070,
nValue = -2120029120}}, rest = {i = {min = -1420014992, max = 10922}, f = {min = -7.82630037e-13,
max = 1.53049818e-41, precision = 7.17464814e-43}, s = {string = 0x2aaaab5c4a70, nString = 512}}}, {
name = 0x8 <Address 0x8 out of bounds>, type = 10...