OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gtk_major_version
(Results
1 - 3
of
3
) sorted by null
/external/fio/
gcompat.h
6
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 24
18
#endif /*
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 24 */
20
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 14
31
#if
GTK_MAJOR_VERSION
< 3
36
#if
GTK_MAJOR_VERSION
== 3
38
#elif
GTK_MAJOR_VERSION
== 2
42
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 18
gcompat.c
5
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 24
37
#if
GTK_MAJOR_VERSION
< 3
51
#if
GTK_MAJOR_VERSION
<= 2 && GTK_MINOR_VERSION < 18
/external/opencv3/modules/highgui/src/
window_gtk.cpp
54
#if (
GTK_MAJOR_VERSION
== 3)
56
#endif //
GTK_MAJOR_VERSION
>= 3
[
all
...]
Completed in 161 milliseconds