OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_notify_height
(Results
1 - 5
of
5
) sorted by null
/external/quake/quake/src/WinQuake/
vid_sunxil.cpp
825
int
config_notify_height
;
variable
889
config_notify_height
= x_event.xconfigure.height;
964
if (config_notify_width < w ||
config_notify_height
< h) {
972
if (
config_notify_height
< h) {
973
config_notify_height
= chg.height = h;
983
vid.height = MP(
config_notify_height
);
1036
if (config_notify_width < w ||
config_notify_height
< h) {
1044
if (
config_notify_height
< h) {
1045
config_notify_height
= chg.height = h;
1055
vid.height = MP(
config_notify_height
);
[
all
...]
vid_sunx.cpp
926
int
config_notify_height
;
variable
971
config_notify_height
= x_event.xconfigure.height;
1036
vid.height =
config_notify_height
;
vid_x.cpp
859
int
config_notify_height
;
variable
932
config_notify_height
= x_event.xconfigure.height;
968
vid.height =
config_notify_height
;
/external/quake/quake/src/QW/client/
vid_x.c
784
int
config_notify_height
;
variable
857
config_notify_height
= x_event.xconfigure.height;
892
vid.height =
config_notify_height
;
gl_vidlinux_x11.c
305
int
config_notify_height
;
variable
Completed in 657 milliseconds