OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonDesktop
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/randr/
rroutput.c
109
output->
nonDesktop
= FALSE;
325
RROutputSetNonDesktop(RROutputPtr output, Bool
nonDesktop
)
329
uint32_t value =
nonDesktop
? 1 : 0;
357
.connection = output->
nonDesktop
? RR_Disconnected : output->connection,
524
.connection = output->
nonDesktop
? RR_Disconnected : output->connection,
rrproperty.c
145
Bool
nonDesktop
;
148
nonDesktop
= nonDesktopData != 0;
150
if (
nonDesktop
!= output->
nonDesktop
) {
151
output->
nonDesktop
=
nonDesktop
;
randrstr.h
162
Bool
nonDesktop
;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
drmmode_display.c
2690
Bool
nonDesktop
= FALSE;
2708
nonDesktop
= koutput->prop_values[i] != 0;
2743
output->non_desktop =
nonDesktop
;
2787
output->non_desktop =
nonDesktop
;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
drmmode_display.c
2143
Bool
nonDesktop
= FALSE;
2159
nonDesktop
= koutput->prop_values[i] != 0;
2192
output->non_desktop =
nonDesktop
;
2234
output->non_desktop =
nonDesktop
;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c
3204
Bool
nonDesktop
= FALSE;
3220
nonDesktop
= koutput->prop_values[i] != 0;
3239
output->non_desktop =
nonDesktop
;
3290
output->non_desktop =
nonDesktop
;
Completed in 50 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026