Skip to content

Commit

Permalink
Merge pull request #4 from h-haris/whitespace_pdo
Browse files Browse the repository at this point in the history
cleaned whitespace, worked on PDO, merged jwwalker f283a93
  • Loading branch information
h-haris authored Apr 26, 2021
2 parents 6c1641e + 6bad48c commit 804021a
Show file tree
Hide file tree
Showing 147 changed files with 732 additions and 687 deletions.
23 changes: 12 additions & 11 deletions Development/Source/Core/System/E3DrawContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@
For the current release of Quesa, please see:
<https://github.com/jwwalker/Quesa>
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
o Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
o Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
o Neither the name of Quesa nor the names of its contributors
may be used to endorse or promote products derived from this
software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
Expand Down Expand Up @@ -160,33 +160,33 @@ class E3DrawContextInfo : public E3SharedInfo
{
const TQ3XDrawContextUpdateMethod updateMethod ;
const TQ3XDrawContextGetDimensionsMethod getDimensionsMethod ;

public :

E3DrawContextInfo (
TQ3XMetaHandler newClassMetaHandler,
E3ClassInfo* newParent
) ; // constructor
) ; // constructor
friend class E3DrawContext ;
} ;




class E3DrawContext : public E3Shared
class E3DrawContext : public E3Shared
{
Q3_CLASS_ENUMS ( kQ3SharedTypeDrawContext, E3DrawContext, E3Shared )

// There is no extra data for this class
public :

E3DrawContextInfo* GetClass ( void ) { return (E3DrawContextInfo*) OpaqueTQ3Object::GetClass () ; }

TQ3Status Update ( void ) ;

TQ3Status GetPane ( TQ3Area* pane ) ;
} ;



//=============================================================================
Expand Down Expand Up @@ -236,6 +236,7 @@ TQ3DrawContextObject E3CocoaDrawContext_New(const TQ3CocoaDrawContextData *drawC
TQ3DrawContextObject E3CocoaDrawContext_NewWithWindow(TQ3ObjectType drawContextType, void *drawContextTarget);
TQ3Status E3CocoaDrawContext_SetNSView(TQ3DrawContextObject drawContext, void *nsView);
TQ3Status E3CocoaDrawContext_GetNSView(TQ3DrawContextObject drawContext, void **nsView);
bool E3CocoaDrawContext_IsConvertToBackingNeeded( void );
#endif


Expand Down
Loading

0 comments on commit 804021a

Please sign in to comment.